diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-13 15:58:04 +0100 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-01-13 15:58:04 +0100 |
| commit | 03090a88d80cbc8c4333053081882915beb721da (patch) | |
| tree | 202c8f9528184e0c2418a5631b4fea4794a9c82d /app/views/groups/show.html.haml | |
| parent | 8c3debb18aae2cda444d25468315bdf340cb3e9e (diff) | |
| download | gitlab-ce-03090a88d80cbc8c4333053081882915beb721da.tar.gz | |
Replace all navigation menu with nav-links class
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/show.html.haml')
| -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 24d2f000b40..4da70358766 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -56,5 +56,5 @@ = render "projects", projects: @projects - else - %p.center-top-menu.no-top + %p.nav-links.no-top No projects to show |
