Commit 2ee2f937 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'btn-confirm-project-deploy-keys' into 'master'

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

See merge request gitlab-org/gitlab!56331
parents 35700275 7e062983
...@@ -6,5 +6,5 @@ ...@@ -6,5 +6,5 @@
= form_for [@project, @deploy_key], include_id: false, html: { class: 'js-requires-input' } do |f| = form_for [@project, @deploy_key], include_id: false, html: { class: 'js-requires-input' } do |f|
= render partial: 'shared/deploy_keys/form', locals: { form: f, deploy_key: @deploy_key } = render partial: 'shared/deploy_keys/form', locals: { form: f, deploy_key: @deploy_key }
.form-actions .form-actions
= f.submit 'Save changes', class: 'btn-success btn' = f.submit 'Save changes', class: 'gl-button btn btn-confirm'
= link_to 'Cancel', project_settings_repository_path(@project), class: 'gl-button btn btn-cancel' = link_to 'Cancel', project_settings_repository_path(@project), class: 'gl-button btn btn-default btn-cancel'
---
title: Move from btn-success to btn-confirm in deploy_keys directory
merge_request: 56331
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