Files
openfoodnetwork/app/views/admin/reports/_display.html.haml
2024-06-25 11:50:01 +10:00

6 lines
270 B
Plaintext

.download
%p.notice= t ".report_is_big"
%p= link_to t(".display_anyway"), file_url, target: "_blank",
class: "button icon icon-file",
onclick: "(async function (element) { element.outerHTML = await (await fetch(element.href)).text() })(this); return false;"