<%= render partial: "user_notifications/icons/#{notification.type_of}",
locals: {notification: notification},
formats: [:html] %>
<%= sanitize_input(notification.title) %>
<%= l(notification.created_at, format: :full) %> | <%= sanitize_input(notification.message) %>