Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-16 01:48:54 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-16 20:32:32 +0300
commit7400cfc11484b35945cefe8bd42ea02f2675b775 (patch)
tree041d79a33077384775de544e2f3fcf2e71345eb2 /app/views/admin/projects/show.html.haml
parentadffe47d3c1549bac13a15868a1fb8071bd0d10d (diff)
Bootlint: Use offset grid classes instead of empty divs
Diffstat (limited to 'app/views/admin/projects/show.html.haml')
-rw-r--r--app/views/admin/projects/show.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index 4c2865ac3f2..5260eadf95b 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -92,8 +92,7 @@
= namespace_select_tag :new_namespace_id, selected: params[:namespace_id], class: 'input-large'
.form-group
- .col-sm-2
- .col-sm-10
+ .col-sm-offset-2.col-sm-10
= f.submit 'Transfer', class: 'btn btn-primary'
.col-md-6