Files
openfoodnetwork/app/views/spree/admin/reports/index.html.haml

14 lines
266 B
Plaintext

- content_for :page_title do
= t(:listing_reports)
%table.index
%thead
%tr
%th= t(:name)
%th= t(:description)
%tbody
- @reports.each do |key, value|
%tr
%td= link_to value[:name], value[:url]
%td= value[:description]