BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
73d43173
Unverified
Commit
73d43173
authored
Jun 20, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move appearance settings as sub tab to application settings
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
44b8b77e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
14 deletions
+23
-14
show.html.haml
app/views/admin/appearances/show.html.haml
+5
-5
_head.html.haml
app/views/admin/application_settings/_head.html.haml
+11
-0
show.html.haml
app/views/admin/application_settings/show.html.haml
+6
-3
_admin.html.haml
app/views/layouts/nav/_admin.html.haml
+1
-6
No files found.
app/views/admin/appearances/show.html.haml
View file @
73d43173
-
@no_container
=
true
-
page_title
"Appearance"
%h3
.page-title
Appearance settings
%p
.light
You can modify the look and feel of GitLab here
=
render
"admin/application_settings/head"
=
render
'form'
%div
{
class:
(
container_class
)
}
.prepend-top-default
=
render
'form'
app/views/admin/application_settings/_head.html.haml
0 → 100644
View file @
73d43173
.nav-links.sub-nav
%ul
{
class:
(
container_class
)
}
=
nav_link
(
controller: :application_settings
)
do
=
link_to
admin_application_settings_path
,
title:
'Settings'
do
%span
General
=
nav_link
(
controller: :appearances
)
do
=
link_to
admin_appearances_path
,
title:
'Appearances'
do
%span
Appearance
app/views/admin/application_settings/show.html.haml
View file @
73d43173
-
@no_container
=
true
-
page_title
"Settings"
%h3
.page-title
Settings
%hr
=
render
'form'
=
render
"admin/application_settings/head"
%div
{
class:
(
container_class
)
}
.prepend-top-default
=
render
'form'
app/views/layouts/nav/_admin.html.haml
View file @
73d43173
...
...
@@ -21,11 +21,6 @@
%span
Hooks
=
nav_link
(
controller: :appearances
)
do
=
link_to
admin_appearances_path
,
title:
'Appearances'
do
%span
Appearance
=
nav_link
(
controller: :applications
)
do
=
link_to
admin_applications_path
,
title:
'Applications'
do
%span
...
...
@@ -53,7 +48,7 @@
%span
Spam Logs
=
nav_link
(
controller:
:application_settings
,
html_options:
{
class:
'separate-item'
}
)
do
=
nav_link
(
controller:
[
:application_settings
,
:appearances
]
)
do
=
link_to
admin_application_settings_path
,
title:
'Settings'
do
%span
Settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment