summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorNicolas <nicolas@gitlab.com>2015-06-14 17:35:03 +0200
committerNicolas <nicolas@gitlab.com>2015-06-14 17:35:03 +0200
commiteccdbe367efa638c287ec426f763ec03791a7cf3 (patch)
treef4e92a7715e48306da1d42c9a8d0f9f1b854ff7d /app/views/layouts
parent5c6d83b8e772dedb753336d83783123e166fbe40 (diff)
downloadgitlab-ce-eccdbe367efa638c287ec426f763ec03791a7cf3.tar.gz
Highlight Applications nav item when validation fails.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/nav/_profile.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_profile.html.haml b/app/views/layouts/nav/_profile.html.haml
index ac37fd4c1c1..c795cf79b64 100644
--- a/app/views/layouts/nav/_profile.html.haml
+++ b/app/views/layouts/nav/_profile.html.haml
@@ -9,7 +9,7 @@
= icon('gear fw')
%span
Account
- = nav_link(path: ['profiles#applications', 'applications#edit', 'applications#show', 'applications#new']) do
+ = nav_link(path: ['profiles#applications', 'applications#edit', 'applications#show', 'applications#new', 'applications#create']) do
= link_to applications_profile_path, title: 'Applications', data: {placement: 'right'} do
= icon('cloud fw')
%span