diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-05 14:49:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-05 14:49:48 +0300 |
commit | 64457799c5b77fe121374a2c9dbd2ad01d3a3836 (patch) | |
tree | ae9e03cfa4b347e75fb419165907b3fc167e28b9 /app/views/layouts/snippets.html.haml | |
parent | 6b4a1a7be6163e2fdc6efb6de67d79ddc3238932 (diff) | |
download | gitlab-ce-64457799c5b77fe121374a2c9dbd2ad01d3a3836.tar.gz |
Fix new snippet tab highlight. Added new entries to changelog
Diffstat (limited to 'app/views/layouts/snippets.html.haml')
-rw-r--r-- | app/views/layouts/snippets.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/snippets.html.haml b/app/views/layouts/snippets.html.haml index 147c9d96ce6..d177709e087 100644 --- a/app/views/layouts/snippets.html.haml +++ b/app/views/layouts/snippets.html.haml @@ -10,7 +10,7 @@ = nav_link(path: 'dashboard#show', html_options: {class: 'home'}) do = link_to root_path, title: "Back to dashboard" do %i.icon-home - = nav_link(path: 'snippet#new') do + = nav_link(path: 'snippets#new') do = link_to new_snippet_path do New snippet = nav_link(path: 'snippets#user_index') do |