diff options
author | Hannes Rosenögger <123haynes@gmail.com> | 2015-04-13 19:04:22 +0000 |
---|---|---|
committer | Hannes Rosenögger <123haynes@gmail.com> | 2015-04-13 19:04:22 +0000 |
commit | de825b54d475dd98918a88d49fd2468249bbcf48 (patch) | |
tree | f3b7dabac1808fb113a8a3b811a4f34155f2ca38 | |
parent | 2d16255ecf57fb2c6d92cc007c40325d365a5176 (diff) | |
parent | 6fe26e3e468ae0b79e2e05b4d4dd608cd9bbcd94 (diff) | |
download | gitlab-ce-de825b54d475dd98918a88d49fd2468249bbcf48.tar.gz |
Merge branch 'remove-sidebar-help-link' into 'master'
Removed help link from sidebar
Closes #1349
I don't see the point in having two links on the page that will do the same thing.
See merge request !483
-rw-r--r-- | app/views/layouts/nav/_dashboard.html.haml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/layouts/nav/_dashboard.html.haml b/app/views/layouts/nav/_dashboard.html.haml index e4f630c6a18..511c0694b8a 100644 --- a/app/views/layouts/nav/_dashboard.html.haml +++ b/app/views/layouts/nav/_dashboard.html.haml @@ -31,8 +31,3 @@ %span Merge Requests %span.count= current_user.assigned_merge_requests.opened.count - = nav_link(controller: :help) do - = link_to help_path, title: 'Help' do - %i.fa.fa-question-circle - %span - Help |