diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-01 02:48:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 02:48:08 +0100 |
commit | 473a69ab18c17551c99dc0806aa948b7edaf7cb0 (patch) | |
tree | e0d21c8b42bc41577da5ae67324b6ac053495651 /app/views | |
parent | fce8464077dfca64c3bc9a52b7bcde50c9ac555e (diff) |
Fix margin on top action button, fix width of counters on frontpage (#6573)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/preferences/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index 030719201..fd66e13fb 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -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' |