Sha256: ac2d39db30ae3359ed48c878626c390fabd1a683ae9600c4eeb353ff3545647f
Contents?: true
Size: 507 Bytes
Versions: 3
Compression:
Stored size: 507 Bytes
Contents
<% admin_breadcrumb(t('spree.reports')) %> <table class="index"> <thead> <tr data-hook="reports_header"> <th><%= t('spree.name') %></th> <th><%= t('spree.description') %></th> </tr> </thead> <tbody> <% @reports.each do |key, value| %> <tr data-hook="reports_row"> <td><%= link_to t(value[:name], scope: 'spree'), send("#{key}_admin_reports_url".to_sym) %></td> <td><%= t(value[:description], scope: 'spree') %></td> </tr> <% end %> </tbody> </table>
Version data entries
3 entries across 3 versions & 1 rubygems