diff options
-rw-r--r-- | app/views/projects/issues/_head.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/projects/issues/_head.html.haml b/app/views/projects/issues/_head.html.haml index 403adb7426b..1d53c29ec62 100644 --- a/app/views/projects/issues/_head.html.haml +++ b/app/views/projects/issues/_head.html.haml @@ -6,6 +6,11 @@ %span Issues + = nav_link(controller: :board) do + = link_to 'https://www.justinmind.com/usernote/tests/20932568/20938547/20951683/index.html#/screens/d12245cc-1680-458d-89dd-4f0d7fb22724', title: 'Board' do + %span + Board + - if project_nav_tab?(:merge_requests) && current_controller?(:merge_requests) = nav_link(controller: :merge_requests) do = link_to namespace_project_merge_requests_path(@project.namespace, @project), title: 'Merge Requests' do |