mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
14 lines
266 B
Plaintext
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]
|