diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | app/views/layouts/snippets.html.haml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1a8a7097500..c56d54d5661 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,8 @@ v 5.3.0 - Api: Smart deploy key add behaviour - Api: projets/owned.json return user owned project - Fix bug with team assignation on project from #4109 + - Advanced snippets: public/private, project/personal (Andrew Kulakov) + - Repository Graph v 5.2.0 - Turbolinks 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 |