Sha256: 8ae23416ee95e2d48945681d47477fda2cd9cfb876d1acd516dfe9932ae8a789

Contents?: true

Size: 458 Bytes

Versions: 24

Compression:

Stored size: 458 Bytes

Contents

<h1><%= t("listing_reports") %></h1>

<table class="index">
  <thead>
    <tr>
      <th><%= t("name") %></th>
      <th><%= t("description") %></th>
    </tr>
  </thead>
  <tbody>     
    <% @reports.each do |key, value| %>
    <tr>
      <td><%= link_to t(value[:name].downcase.gsub(" ","_")), send("#{key}_admin_reports_url".to_sym) %></td>
      <td><%= t(value[:description].downcase.gsub(" ","_")) %></td>
    </tr>
    <% end %>
  </tbody>
</table>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/reports/index.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/reports/index.html.erb
spree_core-0.30.2 app/views/admin/reports/index.html.erb
spree_core-0.40.4 app/views/admin/reports/index.html.erb
spree_core-0.50.4 app/views/admin/reports/index.html.erb
spree_core-0.50.3 app/views/admin/reports/index.html.erb
spree_core-0.60.0.RC1 app/views/admin/reports/index.html.erb
spree_core-0.50.2 app/views/admin/reports/index.html.erb
spree_core-0.50.1 app/views/admin/reports/index.html.erb
spree_core-0.50.0 app/views/admin/reports/index.html.erb
spree_core-0.40.3 app/views/admin/reports/index.html.erb
spree_core-0.40.2 app/views/admin/reports/index.html.erb
spree_core-0.40.1 app/views/admin/reports/index.html.erb
spree_core-0.40.0 app/views/admin/reports/index.html.erb
spree_core-0.30.1 app/views/admin/reports/index.html.erb
spree_core-0.30.0 app/views/admin/reports/index.html.erb
spree-0.11.2 vendor/extensions/theme_default/app/views/admin/reports/index.html.erb
spree-0.11.1 vendor/extensions/theme_default/app/views/admin/reports/index.html.erb
spree_core-0.30.0.beta1 app/views/admin/reports/index.html.erb
spree-0.11.0 vendor/extensions/theme_default/app/views/admin/reports/index.html.erb