Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
0246ada099da
Commit
0246ada0
authored
Jun 05, 2013
by
Dmitriy Zaporozhets
Browse files
Fix new snippet tab highlight. Added new entries to changelog
parent
b45b09272c01
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
0246ada0
...
...
@@ -14,6 +14,8 @@
- 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
...
...
app/views/layouts/snippets.html.haml
View file @
0246ada0
...
...
@@ -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:
'snippet
s
#new'
)
do
=
link_to
new_snippet_path
do
New snippet
=
nav_link
(
path:
'snippets#user_index'
)
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment