Sha256: 6def346206e571e3c9d16859dbbbc4de1be0d85ca83101a4221e6bbcc8db86d7

Contents?: true

Size: 449 Bytes

Versions: 36

Compression:

Stored size: 449 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

36 entries across 36 versions & 1 rubygems

Version Path
spree_core-1.2.5 app/views/spree/admin/reports/index.html.erb
spree_core-1.1.6 app/views/spree/admin/reports/index.html.erb
spree_core-1.1.5 app/views/spree/admin/reports/index.html.erb
spree_core-1.2.4 app/views/spree/admin/reports/index.html.erb
spree_core-1.0.7 app/views/spree/admin/reports/index.html.erb
spree_core-1.2.3 app/views/spree/admin/reports/index.html.erb
spree_core-1.2.2 app/views/spree/admin/reports/index.html.erb
spree_core-1.1.4 app/views/spree/admin/reports/index.html.erb
spree_core-1.2.0 app/views/spree/admin/reports/index.html.erb
spree_core-1.2.0.rc2 app/views/spree/admin/reports/index.html.erb
spree_core-1.2.0.rc1 app/views/spree/admin/reports/index.html.erb
spree_core-1.1.3 app/views/spree/admin/reports/index.html.erb
spree_core-1.0.6 app/views/spree/admin/reports/index.html.erb
spree_core-0.70.7 app/views/admin/reports/index.html.erb
spree_core-0.70.6 app/views/admin/reports/index.html.erb
spree_core-1.1.2 app/views/spree/admin/reports/index.html.erb
spree_core-1.1.2.rc1 app/views/spree/admin/reports/index.html.erb
spree_core-1.1.1 app/views/spree/admin/reports/index.html.erb
spree_core-1.1.0 app/views/spree/admin/reports/index.html.erb
spree_core-1.0.4 app/views/spree/admin/reports/index.html.erb