summaryrefslogtreecommitdiff
path: root/app/views/admin/projects
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/admin/projects
parent5a4342c3206d8fc8a2c4b7623f52bd10ff083c6b (diff)
downloadgitlab-ce-9b9d0f396ddcc598a685b58a76d1b9fa727df09f.tar.gz
[skip ci] Replace col-*-offset-* with offset-*-*
Diffstat (limited to 'app/views/admin/projects')
-rw-r--r--app/views/admin/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index f3adf7ed974..49a4cde73d9 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -127,7 +127,7 @@
= dropdown_loading
.form-group.row
- .col-sm-offset-2.col-sm-10
+ .offset-sm-2.col-sm-10
= f.submit 'Transfer', class: 'btn btn-primary'
.card.repository-check