Update Bootstrap from v4 to v5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
h1 = t('.headline')
|
||||
|
||||
= form_tag do
|
||||
.form-group
|
||||
.mb-3
|
||||
= label_tag(:email, t('activerecord.attributes.internal_user.email'))
|
||||
= email_field_tag(:email, params[:email], autofocus: true, class: 'form-control', required: true)
|
||||
.actions = submit_tag(t('.submit'), class: 'btn btn-primary')
|
||||
|
Reference in New Issue
Block a user