diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-13 15:03:32 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-13 15:03:32 +0100 |
commit | 8c3debb18aae2cda444d25468315bdf340cb3e9e (patch) | |
tree | 2c9aed2c19a25ad7e3bd346a5637e9ea6be923aa /app/views/groups | |
parent | 3b3f755b5bfa5348375fffe22ec56fe0f01ac1f5 (diff) | |
download | gitlab-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/groups')
-rw-r--r-- | app/views/groups/show.html.haml | 2 |
1 files changed, 1 insertions, 1 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 |