diff options
author | Phil Hughes <theephil@gmail.com> | 2015-03-31 17:49:19 +0100 |
---|---|---|
committer | Phil Hughes <theephil@gmail.com> | 2015-03-31 17:49:19 +0100 |
commit | 6fe26e3e468ae0b79e2e05b4d4dd608cd9bbcd94 (patch) | |
tree | 55ffa32a5557e7f3a7279f76c0428b8101f4e84b | |
parent | 33a8f53f7a8fdc40d0f0ee4245258c8dba99198a (diff) | |
download | gitlab-ce-6fe26e3e468ae0b79e2e05b4d4dd608cd9bbcd94.tar.gz |
Removed help link from sidebar
-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 |