%= form_for( preferences, method: :patch, url: (preferences.messageboard ? messageboard_preferences_path(preferences.messageboard) : global_preferences_path), html: { class: 'thredded--form thredded--notification-preferences-form', 'data-thredded-user-preferences-form' => true }) do |f| %>
<%= t 'thredded.preferences.form.follow_topics_on_mention.hint' %>
<% end %><%= t 'thredded.preferences.form.messageboard_follow_topics_on_mention.hint' %>
<% end %>