Sha256: b5d425d8237e9b1cb7dfcc24022d866d70fffcf3eac65cdd2361bb11e12c1834

Contents?: true

Size: 401 Bytes

Versions: 13

Compression:

Stored size: 401 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 value[:name], send("#{key}_admin_reports_url".to_sym) %></td>
      <td><%= value[:description] %></td>
    </tr>
    <% end %>
  </tbody>
</table>

Version data entries

13 entries across 13 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/reports/index.html.erb
My-Commerce_core-1.1.0 app/views/admin/reports/index.html.erb
My-Commerce_core-1.0.0 app/views/admin/reports/index.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/reports/index.html.erb
MyCommerce-0.0.3 core/app/views/admin/reports/index.html.erb
rfcommerce_core-0.0.3 app/views/admin/reports/index.html.erb
spree_core-0.60.6 app/views/admin/reports/index.html.erb
spree_core-0.60.5 app/views/admin/reports/index.html.erb
spree_core-0.60.4 app/views/admin/reports/index.html.erb
spree_core-0.60.3 app/views/admin/reports/index.html.erb
spree_core-0.60.2 app/views/admin/reports/index.html.erb
spree_core-0.60.1 app/views/admin/reports/index.html.erb
spree_core-0.60.0 app/views/admin/reports/index.html.erb