Skip to content
Snippets Groups Projects
Commit 62852252 authored by ふるふる's avatar ふるふる Committed by Eugen Rochko
Browse files

Fix can't save preference other (#11042)

parent 8514ef72
No related branches found
No related tags found
No related merge requests found
- content_for :page_title do
= t('settings.preferences')
= simple_form_for current_user, url: settings_preferences_path, html: { method: :put } do |f|
= simple_form_for current_user, url: settings_preferences_other_path, html: { method: :put } do |f|
= render 'shared/error_messages', object: current_user
.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