<%= t("notifications.index.title") %>

<%= link_to t("notifications.index.mark_all_as_read"), mark_all_as_read_notifications_path, method: :put, class: "button hollow float-right-medium" %> <% if @notifications.empty? %>
<%= t("notifications.index.empty_notifications") %>
<% else %> <% end %>