Fix margin on top action button, fix width of counters on frontpage (#6573)
This commit is contained in:
parent
fce8464077
commit
473a69ab18
3 changed files with 8 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
= simple_form_for current_user, url: settings_preferences_path, html: { method: :put } do |f|
|
||||
= render 'shared/error_messages', object: current_user
|
||||
|
||||
.actions
|
||||
.actions.actions--top
|
||||
= f.button :button, t('generic.save_changes'), type: :submit
|
||||
|
||||
%h4= t 'preferences.languages'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue