Notification preferences
<%= f.label :notification_updates do %>
<%= f.check_box :notification_updates %>
I want to receive occasional notifications inside Notebook.ai about new features.
<% end %>
<%= f.label :email_updates do %>
<%= f.check_box :email_updates %>
I want to receive very rare updates by email about new Notebook.ai features.
<% end %>
To change your forum preferences, including email notifications for posts you are following, please
<%= link_to thredded.edit_global_preferences_path do %>
click here.
<% end %>