diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-06-20 14:55:20 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-06-20 14:55:20 +0300 |
commit | 3f12e8d1b2bca17554780104fd668299a5a2e196 (patch) | |
tree | 364312c2494a45a36b548076b06ea28e12d9fd18 /app/views/admin/appearances | |
parent | 73d431731f9f749557aa755848af3aa4e1c4cc9f (diff) | |
download | gitlab-ce-3f12e8d1b2bca17554780104fd668299a5a2e196.tar.gz |
Put some admin settings in dropdowndz-admin-tabs-dropdown
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.haml | 12 |
1 files changed, 7 insertions, 5 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' |