From 63c9b63a3f2f996a2a7b40743613772a2351e842 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 9 Apr 2018 11:45:38 -0500 Subject: [PATCH] Rename col-xs-* to col-* --- app/assets/javascripts/ide/components/ide.vue | 4 +- .../ide/components/repo_commit_section.vue | 4 +- .../issue_show/components/form.vue | 2 +- .../pipelines/components/blank_state.vue | 4 +- .../pipelines/components/empty_state.vue | 4 +- .../components/states/nothing_to_merge.vue | 4 +- app/views/ci/lints/show.html.haml | 4 +- .../import/gitlab_projects/new.html.haml | 4 +- .../projects/clusters/_empty_state.html.haml | 4 +- .../projects/cycle_analytics/show.html.haml | 4 +- .../projects/jobs/_empty_state.html.haml | 4 +- .../conflicts/_submit_form.html.haml | 4 +- .../merge_requests/diffs/_diffs.html.haml | 4 +- .../_detailed_help.html.haml | 40 +++++++++---------- .../slack_slash_commands/_help.html.haml | 36 ++++++++--------- .../shared/empty_states/_issues.html.haml | 4 +- .../shared/empty_states/_labels.html.haml | 4 +- .../empty_states/_merge_requests.html.haml | 4 +- 18 files changed, 69 insertions(+), 69 deletions(-) diff --git a/app/assets/javascripts/ide/components/ide.vue b/app/assets/javascripts/ide/components/ide.vue index 1c237c0ec97..5e96d3976ea 100644 --- a/app/assets/javascripts/ide/components/ide.vue +++ b/app/assets/javascripts/ide/components/ide.vue @@ -80,12 +80,12 @@ export default { class="ide-empty-state" >
-
+
-
+

Welcome to the GitLab IDE diff --git a/app/assets/javascripts/ide/components/repo_commit_section.vue b/app/assets/javascripts/ide/components/repo_commit_section.vue index d885ed5e301..0f403ce63f3 100644 --- a/app/assets/javascripts/ide/components/repo_commit_section.vue +++ b/app/assets/javascripts/ide/components/repo_commit_section.vue @@ -139,12 +139,12 @@ export default { v-else-if="!rightPanelCollapsed" class="row js-empty-state" > -
+
-
+
-
+
-
+

{{ message }}

diff --git a/app/assets/javascripts/pipelines/components/empty_state.vue b/app/assets/javascripts/pipelines/components/empty_state.vue index 10ac8c08bed..14b10fd1414 100644 --- a/app/assets/javascripts/pipelines/components/empty_state.vue +++ b/app/assets/javascripts/pipelines/components/empty_state.vue @@ -19,13 +19,13 @@