summaryrefslogtreecommitdiff
path: root/app/views/layouts/snippets.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-05 14:49:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-05 14:49:48 +0300
commit64457799c5b77fe121374a2c9dbd2ad01d3a3836 (patch)
treeae9e03cfa4b347e75fb419165907b3fc167e28b9 /app/views/layouts/snippets.html.haml
parent6b4a1a7be6163e2fdc6efb6de67d79ddc3238932 (diff)
downloadgitlab-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.haml2
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