<% # Copyright (C) 2018 Colin Darie , 2018 Evolix %> <% # License: GNU AGPL-3+ (see full text in LICENSE file) %>
<% notifications.each do |notification| %> <% end %>
<%= Notification.human_attribute_name("label") %> <%= Notification.human_attribute_name("recipient") %> <%= Notification.human_attribute_name("interval") %> <%= Notification.human_attribute_name("checks_count") %> <%= t(".th.edit") %>
<%= notification.label %> <%= notification.recipient %> <%= t(".interval_in_days", count: notification.interval) %> <%= notification.checks_count %> <%= link_to edit_notification_path(notification), "data-turbolinks" => false do %> <%== Octicons::Octicon.new("pencil").to_svg %> <% end %>