Commit 975b3d14 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'gl-button-gl-import' into 'master'

Apply new GitLab UI for buttons on GitLab Import page

See merge request gitlab-org/gitlab!56095
parents 018e58eb ff38a286
...@@ -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