<% # Copyright (C) 2018 Colin Darie , 2018 Evolix %> <% # License: GNU AGPL-3+ (see full text in LICENSE file) %>

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

<%= render "form", check: @check, new_notification: @new_notification %>
<%= button_to(t("helpers.submit.check.delete"), check_path(@check), class: "btn btn-danger", method: :delete, data: { confirm: t(".destroy_confirmation") }) %>