<% # Copyright (C) 2018 Colin Darie , 2018 Evolix %> <% # License: GNU AGPL-3+ (see full text in LICENSE file) %>
<% if @notifications.empty? %>
<%= t(".no_notification_yet_html", new_path: new_notification_path) %>
<% else %>
<%= link_to("Ajouter une notification", new_notification_path, class: "btn btn-primary") %>

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

<%= render "table", notifications: @notifications %> <% end %>

<%= t(".explanation") %>