diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-09 11:45:38 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-09 11:45:38 -0500 |
commit | 63c9b63a3f2f996a2a7b40743613772a2351e842 (patch) | |
tree | 02aa934ebaf09104cd87e3f9237527ab3eef021c /app/views/shared | |
parent | ab3d194cbe6fa711977a7fc0afccd25a063536ff (diff) | |
download | gitlab-ce-63c9b63a3f2f996a2a7b40743613772a2351e842.tar.gz |
Rename col-xs-* to col-*
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/empty_states/_issues.html.haml | 4 | ||||
-rw-r--r-- | app/views/shared/empty_states/_labels.html.haml | 4 | ||||
-rw-r--r-- | app/views/shared/empty_states/_merge_requests.html.haml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app/views/shared/empty_states/_issues.html.haml b/app/views/shared/empty_states/_issues.html.haml index 62437f5fc9d..c7c33288e9d 100644 --- a/app/views/shared/empty_states/_issues.html.haml +++ b/app/views/shared/empty_states/_issues.html.haml @@ -3,10 +3,10 @@ - has_button = button_path || project_select_button .row.empty-state - .col-xs-12 + .col-12 .svg-content = image_tag 'illustrations/issues.svg' - .col-xs-12 + .col-12 .text-content - if current_user %h4 diff --git a/app/views/shared/empty_states/_labels.html.haml b/app/views/shared/empty_states/_labels.html.haml index 04db9de3606..e8749ee3956 100644 --- a/app/views/shared/empty_states/_labels.html.haml +++ b/app/views/shared/empty_states/_labels.html.haml @@ -1,8 +1,8 @@ .row.empty-state.labels - .col-xs-12 + .col-12 .svg-content = image_tag 'illustrations/labels.svg' - .col-xs-12 + .col-12 .text-content %h4= _("Labels can be applied to issues and merge requests to categorize them.") %p= _("You can also star a label to make it a priority label.") diff --git a/app/views/shared/empty_states/_merge_requests.html.haml b/app/views/shared/empty_states/_merge_requests.html.haml index 2edf3557df4..014220761a9 100644 --- a/app/views/shared/empty_states/_merge_requests.html.haml +++ b/app/views/shared/empty_states/_merge_requests.html.haml @@ -3,10 +3,10 @@ - has_button = button_path || project_select_button .row.empty-state.merge-requests - .col-xs-12 + .col-12 .svg-content = image_tag 'illustrations/merge_requests.svg' - .col-xs-12 + .col-12 .text-content - if has_button %h4 |