summaryrefslogtreecommitdiff
path: root/app/views/admin/appearances
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-20 12:43:40 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-20 12:43:40 +0300
commit73d431731f9f749557aa755848af3aa4e1c4cc9f (patch)
tree4499d4974c40692d497074982c2d0df163d96faa /app/views/admin/appearances
parent44b8b77e02423ce97f9abe80e0335f4f4c453c83 (diff)
downloadgitlab-ce-73d431731f9f749557aa755848af3aa4e1c4cc9f.tar.gz
Move appearance settings as sub tab to application settingsdz-admin-tabs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/appearances')
-rw-r--r--app/views/admin/appearances/show.html.haml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/admin/appearances/show.html.haml b/app/views/admin/appearances/show.html.haml
index 089e8e4cb7a..e220f4956cb 100644
--- a/app/views/admin/appearances/show.html.haml
+++ b/app/views/admin/appearances/show.html.haml
@@ -1,7 +1,7 @@
+- @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'