summaryrefslogtreecommitdiff
path: root/app/views/projects/services
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 12:49:32 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 12:49:32 -0500
commit9b9d0f396ddcc598a685b58a76d1b9fa727df09f (patch)
tree40dd42cfb2cad53d150c86c736f7614e8d1150f3 /app/views/projects/services
parent5a4342c3206d8fc8a2c4b7623f52bd10ff083c6b (diff)
downloadgitlab-ce-9b9d0f396ddcc598a685b58a76d1b9fa727df09f.tar.gz
[skip ci] Replace col-*-offset-* with offset-*-*
Diffstat (limited to 'app/views/projects/services')
-rw-r--r--app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml b/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml
index 44c0b7a90dc..2da8e5428ec 100644
--- a/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml
+++ b/app/views/projects/services/mattermost_slash_commands/_installation_info.html.haml
@@ -1,7 +1,7 @@
.services-installation-info
- unless @service.activated?
.row
- .col-sm-9.col-sm-offset-3
+ .col-sm-9.offset-sm-3
= link_to new_project_mattermost_path(@project), class: 'btn btn-lg' do
= custom_icon('mattermost_logo', size: 15)
Add to Mattermost