Files
openfoodnetwork/app/views/spree/admin/reports/index.html.haml
2021-01-27 11:38:01 +00:00

15 lines
302 B
Plaintext

- content_for :page_title do
= t(:listing_reports)
.columns.twelve
%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]