Sha256: fdd475d575e196b7b6582210b69308fa63b97a281449093c81c242294fe749e3

Contents?: true

Size: 548 Bytes

Versions: 99

Compression:

Stored size: 548 Bytes

Contents

<% content_for :page_title do %>
  <%= Spree.t(:listing_reports) %>
<% end %>

<table class="index">
  <thead>
    <tr data-hook="reports_header">
      <th><%= Spree.t(:name) %></th>
      <th><%= Spree.t(:description) %></th>
    </tr>
  </thead>
  <tbody>
    <% @reports.each do |key, value| %>
    <tr data-hook="reports_row">
      <td class="align-center"><%= link_to value[:name], send("#{key}_admin_reports_url".to_sym) %></td>
      <td style="padding-left:1em"><%= value[:description] %></td>
    </tr>
    <% end %>
  </tbody>
</table>

Version data entries

99 entries across 99 versions & 2 rubygems

Version Path
spree_backend-2.4.1 app/views/spree/admin/reports/index.html.erb
spree_backend-2.4.0 app/views/spree/admin/reports/index.html.erb
spree_backend-2.3.5 app/views/spree/admin/reports/index.html.erb
spree_backend-2.2.7 app/views/spree/admin/reports/index.html.erb
spree_backend-2.1.10 app/views/spree/admin/reports/index.html.erb
spree_backend-2.0.13 app/views/spree/admin/reports/index.html.erb
spree_backend-2.4.0.rc3 app/views/spree/admin/reports/index.html.erb
spree_backend-2.4.0.rc2 app/views/spree/admin/reports/index.html.erb
spree_backend-2.4.0.rc1 app/views/spree/admin/reports/index.html.erb
spree_backend-2.3.4 app/views/spree/admin/reports/index.html.erb
spree_backend-2.1.9 app/views/spree/admin/reports/index.html.erb
spree_backend-2.2.6 app/views/spree/admin/reports/index.html.erb
spree_backend-2.3.3 app/views/spree/admin/reports/index.html.erb
spree_backend-2.3.2 app/views/spree/admin/reports/index.html.erb
spree_backend-2.2.5 app/views/spree/admin/reports/index.html.erb
spree_backend-2.1.8 app/views/spree/admin/reports/index.html.erb
spree_backend-2.0.12 app/views/spree/admin/reports/index.html.erb
spree_backend-2.3.1 app/views/spree/admin/reports/index.html.erb
spree_backend-2.2.4 app/views/spree/admin/reports/index.html.erb
spree_backend-2.2.3 app/views/spree/admin/reports/index.html.erb