Commit c6ee1776 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'remove-double-new-issue' into 'master'

Remove double new issue button on group issue dashboard empty state

Closes #35211

See merge request !12924
parents 7e9644d1 ebe989ca
......@@ -16,7 +16,8 @@
Also, issues are searchable and filterable.
- if project_select_button
= render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue'
= link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link'
- else
= link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link'
- else
.text-center
%h4 There are no issues to show.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment