Skip to content
Snippets Groups Projects
Commit af408249 authored by Charlotte Fields's avatar Charlotte Fields Committed by Eugen Rochko
Browse files

moved save button (#3792)

* moved save button

* added save back to the bottom

* Update show.html.haml
parent 77dd9e7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment