summaryrefslogtreecommitdiff
path: root/app/views/shared/_issues.html.haml
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-05 17:28:29 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-18 03:57:36 +0000
commita08fba63be60dd011f4d1a639d4df8fbacb09d14 (patch)
tree89cf306339abc5ba3c246b03166a7214fa72f610 /app/views/shared/_issues.html.haml
parenta0d5bb0bb84d15efaedb78025bd480758b2a4246 (diff)
downloadgitlab-ce-a08fba63be60dd011f4d1a639d4df8fbacb09d14.tar.gz
Added empty state svg and set up blank conditional20840-getting-started-better-empty-state-for-issues-view
Added new spec step Added empty state to dashboard Split empty and filtered empty states Moved empty_state icons into their own folder and DRY up empty state html Fixed failing spec Added to groups page Review changes
Diffstat (limited to 'app/views/shared/_issues.html.haml')
-rw-r--r--app/views/shared/_issues.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_issues.html.haml b/app/views/shared/_issues.html.haml
index a5df502d7b5..baa6d5f8206 100644
--- a/app/views/shared/_issues.html.haml
+++ b/app/views/shared/_issues.html.haml
@@ -13,4 +13,4 @@
= render 'projects/issues/issue', issue: issue
= paginate @issues, theme: "gitlab"
- else
- .nothing-here-block No issues to show
+ = render 'shared/empty_states/issues'