summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 15:03:32 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 15:03:32 +0100
commit8c3debb18aae2cda444d25468315bdf340cb3e9e (patch)
tree2c9aed2c19a25ad7e3bd346a5637e9ea6be923aa /app/views
parent3b3f755b5bfa5348375fffe22ec56fe0f01ac1f5 (diff)
downloadgitlab-ce-8c3debb18aae2cda444d25468315bdf340cb3e9e.tar.gz
Start moving all navigation to one class
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/groups/show.html.haml2
-rw-r--r--app/views/shared/_event_filter.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 34719481984..24d2f000b40 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -29,7 +29,7 @@
= markdown(@group.description, pipeline: :description)
- %ul.center-top-menu.cover-menu
+ %ul.nav-links
%li.active
= link_to "#activity", 'data-toggle' => 'tab' do
Activity
diff --git a/app/views/shared/_event_filter.html.haml b/app/views/shared/_event_filter.html.haml
index 4426096f742..c38d9313dba 100644
--- a/app/views/shared/_event_filter.html.haml
+++ b/app/views/shared/_event_filter.html.haml
@@ -1,4 +1,4 @@
-%ul.left-top-menu.event-filter.no-top
+%ul.nav-links.event-filter
= event_filter_link EventFilter.push, 'Push events'
= event_filter_link EventFilter.merged, 'Merge events'
= event_filter_link EventFilter.comments, 'Comments'