mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-23 13:05:12 +01:00
moved save button (#3792)
* moved save button * added save back to the bottom * Update show.html.haml
This commit is contained in:
parent
77dd9e7d27
commit
af40824998
@ -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…
Reference in New Issue
Block a user