Fix missing button styles on some forms (#33771)

This commit is contained in:
Eugen Rochko 2025-01-29 11:36:24 +01:00 committed by GitHub
commit 6aa565b319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 8 deletions

View file

@ -16,4 +16,5 @@
= form.hidden_field :type,
value: params[:type]
= form.button t('mail_subscriptions.unsubscribe.action'),
type: :submit
type: :submit,
class: 'btn'