Browse Source

moved save button (#3792)

* moved save button

* added save back to the bottom

* Update show.html.haml
pull/4/head
Charlotte Fields 6 years ago
committed by Eugen Rochko
parent
commit
af40824998
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/views/settings/preferences/show.html.haml

+ 3
- 0
app/views/settings/preferences/show.html.haml View File

@ -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

Loading…
Cancel
Save