diff --git a/app/views/thredded/preferences/_form.html.erb b/app/views/thredded/preferences/_form.html.erb new file mode 100644 index 00000000..1a060f67 --- /dev/null +++ b/app/views/thredded/preferences/_form.html.erb @@ -0,0 +1,99 @@ +<%# @type preferences [Thredded::UserPreferencesForm] %> +<%= form_for(preferences, method: :patch, url: preferences.update_path, html: { + class: 'thredded--form thredded--notification-preferences-form', + 'data-thredded-user-preferences-form' => true +}) do |f| %> +
+ <%= t 'thredded.preferences.form.auto_follow_topics.hint' %> +
+ <% end %> ++ <%= t 'thredded.preferences.form.follow_topics_on_mention.hint' %> +
+ <% end %> +