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| %> +
+ +
+ <% if preferences.messageboard %> +

+ <%= t 'thredded.preferences.messageboard_preferences_title_html', messageboard: messageboard.name %> +

+
+ +
+ <% end %> + +<% end %> \ No newline at end of file