diff options
author | Josh Frye <joshfng@gmail.com> | 2016-06-23 08:19:54 -0400 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-06-28 21:35:42 -0400 |
commit | 391a9f650eb6b29b716777972bb3c9cc62763a88 (patch) | |
tree | c18b1374157c6cd80742b9198a0bf95eec325e52 /app | |
parent | 82edef941406eef9e4be12341a064566ac848dce (diff) | |
download | gitlab-ce-391a9f650eb6b29b716777972bb3c9cc62763a88.tar.gz |
Fix styling
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/background_jobs/_head.html.haml | 8 | ||||
-rw-r--r-- | app/views/admin/system_info/show.html.haml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/views/admin/background_jobs/_head.html.haml b/app/views/admin/background_jobs/_head.html.haml index 5ad99a7f6e0..9d722bd7382 100644 --- a/app/views/admin/background_jobs/_head.html.haml +++ b/app/views/admin/background_jobs/_head.html.haml @@ -1,9 +1,9 @@ .nav-links.sub-nav %ul{ class: (container_class) } - = nav_link(controller: :system_info) do - = link_to admin_system_info_path, title: 'System Info' do - %span - System Info + = nav_link(controller: :system_info) do + = link_to admin_system_info_path, title: 'System Info' do + %span + System Info = nav_link(controller: :background_jobs) do = link_to admin_background_jobs_path, title: 'Background Jobs' do %span diff --git a/app/views/admin/system_info/show.html.haml b/app/views/admin/system_info/show.html.haml index 01496e4fcf5..2a1fac6e48b 100644 --- a/app/views/admin/system_info/show.html.haml +++ b/app/views/admin/system_info/show.html.haml @@ -3,7 +3,7 @@ = render 'admin/background_jobs/head' %div{ class: (container_class) } - %p + .prepend-top-default .row .col-sm-4 .light-well |