Fix missing button styles on some forms (#33771)
This commit is contained in:
parent
51bbca7723
commit
6aa565b319
6 changed files with 10 additions and 8 deletions
|
|
@ -16,4 +16,5 @@
|
|||
= form.hidden_field :type,
|
||||
value: params[:type]
|
||||
= form.button t('mail_subscriptions.unsubscribe.action'),
|
||||
type: :submit
|
||||
type: :submit,
|
||||
class: 'btn'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue