• <%= link_to notification do %>

    <%= t("notifications.index.#{notification_action(notification)}", count: notification.counter) %> <%= notification.notifiable.is_a?(Comment) ? notification.notifiable.commentable.title : notification.notifiable.title %>

    <%= l notification.timestamp, format: :datetime %>

    <% end %>