diff options
author | Charlotte Fields <charlottelilyfields48@gmail.com> | 2018-02-02 20:45:43 +1100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-02-02 10:45:43 +0100 |
commit | af4082499873f54047050655ee63a2fdc3b53b99 (patch) | |
tree | 439e639bed734609bef2b7f819871c0bd8a267b4 /app/views | |
parent | 77dd9e7d2728fb0f0e52718c3544ef6898af4fff (diff) |
moved save button (#3792)
* moved save button * added save back to the bottom * Update show.html.haml
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/preferences/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index 69e26a7be..441e27a68 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -4,6 +4,9 @@ = simple_form_for current_user, url: settings_preferences_path, html: { method: :put } do |f| = render 'shared/error_messages', object: current_user + .actions + = f.button :button, t('generic.save_changes'), type: :submit + %h4= t 'preferences.languages' .fields-group |