Sha256: 39308d2b9d4eb92f10c0cf1ea9dccd6509ddf7914dd375f94ee02c09c3794e26

Contents?: true

Size: 494 Bytes

Versions: 132

Compression:

Stored size: 494 Bytes

Contents

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

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

Version data entries

132 entries across 132 versions & 1 rubygems

Version Path
spree_backend-4.0.9 app/views/spree/admin/reports/index.html.erb
spree_backend-4.1.15 app/views/spree/admin/reports/index.html.erb
spree_backend-4.1.14 app/views/spree/admin/reports/index.html.erb
spree_backend-4.0.8 app/views/spree/admin/reports/index.html.erb
spree_backend-3.7.14.1 app/views/spree/admin/reports/index.html.erb
spree_backend-4.1.13.1 app/views/spree/admin/reports/index.html.erb
spree_backend-4.0.7.1 app/views/spree/admin/reports/index.html.erb
spree_backend-4.0.7 app/views/spree/admin/reports/index.html.erb
spree_backend-3.7.14 app/views/spree/admin/reports/index.html.erb
spree_backend-4.1.13 app/views/spree/admin/reports/index.html.erb
spree_backend-4.0.6 app/views/spree/admin/reports/index.html.erb
spree_backend-3.7.13 app/views/spree/admin/reports/index.html.erb
spree_backend-4.0.5 app/views/spree/admin/reports/index.html.erb
spree_backend-4.1.12 app/views/spree/admin/reports/index.html.erb
spree_backend-3.7.12 app/views/spree/admin/reports/index.html.erb
spree_backend-4.0.4 app/views/spree/admin/reports/index.html.erb
spree_backend-3.7.11 app/views/spree/admin/reports/index.html.erb
spree_backend-4.1.11 app/views/spree/admin/reports/index.html.erb
spree_backend-4.1.10 app/views/spree/admin/reports/index.html.erb
spree_backend-4.1.9 app/views/spree/admin/reports/index.html.erb