Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-20 14:55:20 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-20 14:55:20 +0300
commit3f12e8d1b2bca17554780104fd668299a5a2e196 (patch)
tree364312c2494a45a36b548076b06ea28e12d9fd18 /app/views/admin
parent73d431731f9f749557aa755848af3aa4e1c4cc9f (diff)
Put some admin settings in dropdown
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/appearances/show.html.haml12
-rw-r--r--app/views/admin/application_settings/_head.html.haml11
-rw-r--r--app/views/admin/application_settings/show.html.haml8
3 files changed, 10 insertions, 21 deletions
diff --git a/app/views/admin/appearances/show.html.haml b/app/views/admin/appearances/show.html.haml
index e220f4956cb..454b779842c 100644
--- a/app/views/admin/appearances/show.html.haml
+++ b/app/views/admin/appearances/show.html.haml
@@ -1,7 +1,9 @@
-- @no_container = true
- page_title "Appearance"
-= render "admin/application_settings/head"
-%div{ class: (container_class) }
- .prepend-top-default
- = render 'form'
+%h3.page-title
+ Appearance settings
+%p.light
+ You can modify the look and feel of GitLab here
+%hr
+
+= render 'form'
diff --git a/app/views/admin/application_settings/_head.html.haml b/app/views/admin/application_settings/_head.html.haml
deleted file mode 100644
index de919b298c1..00000000000
--- a/app/views/admin/application_settings/_head.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-.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
diff --git a/app/views/admin/application_settings/show.html.haml b/app/views/admin/application_settings/show.html.haml
index 82588c275d0..ecc46d86afe 100644
--- a/app/views/admin/application_settings/show.html.haml
+++ b/app/views/admin/application_settings/show.html.haml
@@ -1,7 +1,5 @@
-- @no_container = true
- page_title "Settings"
-= render "admin/application_settings/head"
-%div{ class: (container_class) }
- .prepend-top-default
- = render 'form'
+%h3.page-title Settings
+%hr
+= render 'form'