Commit 64457799c5b77fe121374a2c9dbd2ad01d3a3836
1 parent
6b4a1a7b
Exists in
master
and in
4 other branches
Fix new snippet tab highlight. Added new entries to changelog
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
CHANGELOG
@@ -14,6 +14,8 @@ v 5.3.0 | @@ -14,6 +14,8 @@ v 5.3.0 | ||
14 | - Api: Smart deploy key add behaviour | 14 | - Api: Smart deploy key add behaviour |
15 | - Api: projets/owned.json return user owned project | 15 | - Api: projets/owned.json return user owned project |
16 | - Fix bug with team assignation on project from #4109 | 16 | - Fix bug with team assignation on project from #4109 |
17 | + - Advanced snippets: public/private, project/personal (Andrew Kulakov) | ||
18 | + - Repository Graph | ||
17 | 19 | ||
18 | v 5.2.0 | 20 | v 5.2.0 |
19 | - Turbolinks | 21 | - Turbolinks |
app/views/layouts/snippets.html.haml
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | = nav_link(path: 'dashboard#show', html_options: {class: 'home'}) do | 10 | = nav_link(path: 'dashboard#show', html_options: {class: 'home'}) do |
11 | = link_to root_path, title: "Back to dashboard" do | 11 | = link_to root_path, title: "Back to dashboard" do |
12 | %i.icon-home | 12 | %i.icon-home |
13 | - = nav_link(path: 'snippet#new') do | 13 | + = nav_link(path: 'snippets#new') do |
14 | = link_to new_snippet_path do | 14 | = link_to new_snippet_path do |
15 | New snippet | 15 | New snippet |
16 | = nav_link(path: 'snippets#user_index') do | 16 | = nav_link(path: 'snippets#user_index') do |