summaryrefslogtreecommitdiff
path: root/app/views/shared/dashboard/_no_filter_selected.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/dashboard/_no_filter_selected.html.haml')
-rw-r--r--app/views/shared/dashboard/_no_filter_selected.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/shared/dashboard/_no_filter_selected.html.haml b/app/views/shared/dashboard/_no_filter_selected.html.haml
new file mode 100644
index 00000000000..b2e6967f6aa
--- /dev/null
+++ b/app/views/shared/dashboard/_no_filter_selected.html.haml
@@ -0,0 +1,8 @@
+.row.empty-state.text-center
+ .col-xs-12
+ .svg-130.prepend-top-default
+ = image_tag 'illustrations/issue-dashboard_results-without-filter.svg'
+ .col-xs-12
+ .text-content
+ %h4
+ = _("Please select at least one filter to see results")