Sha256: 39308d2b9d4eb92f10c0cf1ea9dccd6509ddf7914dd375f94ee02c09c3794e26

Contents?: true

Size: 494 Bytes

Versions: 134

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

134 entries across 134 versions & 2 rubygems

Version Path
spree_backend-3.2.2 app/views/spree/admin/reports/index.html.erb
spree_backend-3.3.0.rc2 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.6 app/views/spree/admin/reports/index.html.erb
spree_backend-3.3.0.rc1 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.5 app/views/spree/admin/reports/index.html.erb
spree_backend-3.2.1 app/views/spree/admin/reports/index.html.erb
spree_backend-3.2.0 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.4 app/views/spree/admin/reports/index.html.erb
spree_backend-3.2.0.rc3 app/views/spree/admin/reports/index.html.erb
spree_backend-3.2.0.rc2 app/views/spree/admin/reports/index.html.erb
spree_backend-3.2.0.rc1 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.3 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.2 app/views/spree/admin/reports/index.html.erb
spree_backend-3.0.10 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.1 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.0 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.0.rc4 app/views/spree/admin/reports/index.html.erb
spree_backend-3.0.9 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.0.rc3 app/views/spree/admin/reports/index.html.erb
spree_backend-3.1.0.rc2 app/views/spree/admin/reports/index.html.erb