<%= link_to system_notification_path(notification.id, format: :json), { class: "modal-system-notification system-notification", 'data-new': notification.seen_at ? 0 : 1, 'data-unread': notification.read_at ? 0 : 1, 'data-system-notification-id': notification.id, remote: true } do %>
">
<%= l(notification.created_at, format: :full) %>
<%= notification.title %>
<%= notification.description %>
<% end %>