]> cat aescling's git repositories - mastodon.git/commitdiff
Fix can't save preference other (#11042)
authorふるふる <frfs@users.noreply.github.com>
Mon, 10 Jun 2019 17:26:43 +0000 (02:26 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 10 Jun 2019 17:26:43 +0000 (19:26 +0200)
app/views/settings/preferences/other/show.html.haml

index c966a16bcf0ddba98e4d705e0ebf3ae20a243ec3..db7d806bc05445eed383840606b674be059d0b2a 100644 (file)
@@ -1,7 +1,7 @@
 - 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