Adjust settings pages (#4765)
* views: Adjust heading positions * Adjust settings pages Adjust label. Adjust tables. Adjust admin/reports/* pages. Fix 2FA QR code style for narrow devices. Widen several pages. Increase contrast. * Remove trailing whitespace
This commit is contained in:
parent
a0294c8880
commit
cfe39fb58d
4 changed files with 73 additions and 29 deletions
|
@ -1,7 +1,7 @@
|
|||
- content_for :page_title do
|
||||
= t('auth.change_password')
|
||||
|
||||
= simple_form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f|
|
||||
= simple_form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put, class: 'auth_edit' }) do |f|
|
||||
= render 'shared/error_messages', object: resource
|
||||
|
||||
= f.input :email, placeholder: t('simple_form.labels.defaults.email'), input_html: { 'aria-label' => t('simple_form.labels.defaults.email') }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue