Commit de4380ce authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '231210-migrate-haml-buttons' into 'master'

Migrate HAML buttons to Pajamas in app/views/profiles/keys

See merge request gitlab-org/gitlab!49421
parents 97b8748a b267c4f2
......@@ -21,7 +21,7 @@
%strong= _('Oops, are you sure?')
%p= s_("Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible.")
%button.btn.btn-success.js-add-ssh-key-validation-confirm-submit= _("Yes, add it")
%button.btn.gl-button.btn-success.js-add-ssh-key-validation-confirm-submit= _("Yes, add it")
.gl-mt-3
= f.submit s_('Profiles|Add key'), class: "gl-button btn btn-success js-add-ssh-key-validation-original-submit qa-add-key-button"
---
title: Migrate HAML buttons to Pajamas in app/views/profiles/keys
merge_request: 49421
author: Jonston Chan @JonstonChan
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