Sha256: c6113843f47c88fed65c68e35b8e73e301dd5271aa6f24a4c50557dd2710d8e2
Contents?: true
Size: 452 Bytes
Versions: 2
Compression:
Stored size: 452 Bytes
Contents
<h1><%= t("listing_reports") %></h1> <table class="index"> <thead> <tr data-hook="reports_header"> <th><%= t("name") %></th> <th><%= t("description") %></th> </tr> </thead> <tbody> <% @reports.each do |key, value| %> <tr data-hook="reports_row"> <td><%= link_to value[:name], send("#{key}_admin_reports_url".to_sym) %></td> <td><%= value[:description] %></td> </tr> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/reports/index.html.erb |
spree_core-0.70.RC1 | app/views/admin/reports/index.html.erb |