Commit 554bf955 authored by David O'Regan's avatar David O'Regan

Merge branch 'btn-confirm-project-mirrors' into 'master'

Move from btn-success to btn-confirm in projects/mirrors directory

See merge request gitlab-org/gitlab!56343
parents 9b633640 2b416e9f
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
= link_to _('Learn more.'), help_page_path('user/project/repository/repository_mirroring', anchor: 'mirror-only-protected-branches'), target: '_blank', rel: 'noopener noreferrer' = link_to _('Learn more.'), help_page_path('user/project/repository/repository_mirroring', anchor: 'mirror-only-protected-branches'), target: '_blank', rel: 'noopener noreferrer'
.panel-footer .panel-footer
= f.submit _('Mirror repository'), class: 'gl-button btn btn-success js-mirror-submit qa-mirror-repository-button', name: :update_remote_mirror = f.submit _('Mirror repository'), class: 'gl-button btn btn-confirm js-mirror-submit qa-mirror-repository-button', name: :update_remote_mirror
- else - else
.gl-alert.gl-alert-info{ role: 'alert' } .gl-alert.gl-alert-info{ role: 'alert' }
= sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title') = sprite_icon('information-o', css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
......
---
title: Move from btn-success to btn-confirm in mirrors directory
merge_request: 56343
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