Commit ff38a286 authored by Yogi's avatar Yogi Committed by Phil Hughes

Apply new GitLab UI for buttons on GitLab Import page

parent de3c64af
...@@ -20,5 +20,5 @@ ...@@ -20,5 +20,5 @@
= file_field_tag :file, class: '' = file_field_tag :file, class: ''
.row .row
.form-actions.col-sm-12 .form-actions.col-sm-12
= submit_tag _('Import project'), class: 'btn btn-success' = submit_tag _('Import project'), class: 'gl-button btn btn-confirm'
= link_to _('Cancel'), new_project_path, class: 'btn btn-cancel' = link_to _('Cancel'), new_project_path, class: 'gl-button btn btn-default btn-cancel'
---
title: Apply new GitLab UI for buttons in GitLab Import page
merge_request: 56095
author: Yogi (@yo)
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment