summaryrefslogtreecommitdiff
path: root/app/views/shared/dashboard
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-03-29 13:43:53 +0200
committerWinnie Hellmann <winnie@gitlab.com>2018-04-03 20:19:09 +0200
commita32941aee32ddfd7b114011f951741e06a53be5d (patch)
tree42d22c93a3dae27c93f6c9b63d09137d8de132ad /app/views/shared/dashboard
parentc1b71e2fa1e49da82b15ee7f12148a372face09c (diff)
downloadgitlab-ce-a32941aee32ddfd7b114011f951741e06a53be5d.tar.gz
Display illustration and message if no filter is selected
Diffstat (limited to 'app/views/shared/dashboard')
-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..e5c2f5b2346
--- /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
+ = image_tag 'illustrations/issue-dashboard_results-without-filter.svg'
+ .col-xs-12
+ .text-content
+ %h4
+ = _("Please select at least one filter to see results")