fix styling of the gitlab import page

This commit is contained in:
Jose 2018-06-11 11:48:26 -05:00
parent 75797ac3d2
commit e91e6e890d
No known key found for this signature in database
GPG Key ID: 01F49A6AE27697FB
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@
.form-group
= file_field_tag :file, class: ''
.row
.form-actions
.form-actions.col-sm-12
= submit_tag 'Import project', class: 'btn btn-create'
= link_to 'Cancel', new_project_path, class: 'btn btn-cancel'