From bc916754fb6a30cdd09f7f2ec7fc74785c339150 Mon Sep 17 00:00:00 2001 From: Bryce Johnson Date: Thu, 11 May 2017 21:09:59 -0400 Subject: Remove 'New issue' button when issues search returns no results. --- app/views/shared/empty_states/_issues.html.haml | 1 - 1 file changed, 1 deletion(-) (limited to 'app') diff --git a/app/views/shared/empty_states/_issues.html.haml b/app/views/shared/empty_states/_issues.html.haml index 12d99c3ab4b..046b127f73c 100644 --- a/app/views/shared/empty_states/_issues.html.haml +++ b/app/views/shared/empty_states/_issues.html.haml @@ -20,4 +20,3 @@ - else .text-center %h4 There are no issues to show. - = link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link' -- cgit v1.2.1