Commit 73d43173 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Move appearance settings as sub tab to application settings

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 44b8b77e
- @no_container = true
- page_title "Appearance" - page_title "Appearance"
%h3.page-title = render "admin/application_settings/head"
Appearance settings
%p.light
You can modify the look and feel of GitLab here
= render 'form' %div{ class: (container_class) }
.prepend-top-default
= render 'form'
.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
- @no_container = true
- page_title "Settings" - page_title "Settings"
%h3.page-title Settings = render "admin/application_settings/head"
%hr
= render 'form' %div{ class: (container_class) }
.prepend-top-default
= render 'form'
...@@ -21,11 +21,6 @@ ...@@ -21,11 +21,6 @@
%span %span
Hooks Hooks
= nav_link(controller: :appearances) do
= link_to admin_appearances_path, title: 'Appearances' do
%span
Appearance
= nav_link(controller: :applications) do = nav_link(controller: :applications) do
= link_to admin_applications_path, title: 'Applications' do = link_to admin_applications_path, title: 'Applications' do
%span %span
...@@ -53,7 +48,7 @@ ...@@ -53,7 +48,7 @@
%span %span
Spam Logs 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 = link_to admin_application_settings_path, title: 'Settings' do
%span %span
Settings Settings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment