summaryrefslogtreecommitdiff
path: root/app/views/shared/dashboard
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-05-30 21:24:21 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-05-30 21:24:21 +0000
commitf9cfe78ac037ad0f3a1774de7251228804d82e85 (patch)
treeb9441956992cfbf3b17ff9ac5e55c2ccc9568e29 /app/views/shared/dashboard
parentbcdcea1e0701f460406001f3ec89666ee3d9263a (diff)
downloadgitlab-ce-f9cfe78ac037ad0f3a1774de7251228804d82e85.tar.gz
Update "col-xs" usage to bootstrap4
Diffstat (limited to 'app/views/shared/dashboard')
-rw-r--r--app/views/shared/dashboard/_no_filter_selected.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/dashboard/_no_filter_selected.html.haml b/app/views/shared/dashboard/_no_filter_selected.html.haml
index b2e6967f6aa..32246dac4c7 100644
--- a/app/views/shared/dashboard/_no_filter_selected.html.haml
+++ b/app/views/shared/dashboard/_no_filter_selected.html.haml
@@ -1,8 +1,8 @@
.row.empty-state.text-center
- .col-xs-12
+ .col-12
.svg-130.prepend-top-default
= image_tag 'illustrations/issue-dashboard_results-without-filter.svg'
- .col-xs-12
+ .col-12
.text-content
%h4
= _("Please select at least one filter to see results")