Hello <%= @user.name %>!
<%= I18n.t("notifications.email_title") %>
Type: <%= I18n.t("notifications.types.#{@notification.type_of}") %>
<% if @notification.system_message? %> <% # We assume the system notification is clean %> <%= @notification.title.html_safe %> <% else %> <%= sanitize_input(prepend_server_url_to_links(@notification.title)) %> <% end %>
<% if @notification.system_message? %> <% # We assume the system notification is clean %> <%= @notification.message.html_safe %> <% else %> <%= sanitize_input(prepend_server_url_to_links(@notification.message)) %> <% end %>