<%# @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 %>