Sha256: 199748b05b5a3471d8478fee953dd40c2e3c4ccc9a336e613421673a2d24d80d

Contents?: true

Size: 563 Bytes

Versions: 15

Compression:

Stored size: 563 Bytes

Contents

<% content_for :page_title do %>
  <%= Spree.t(:reports) %>
<% end %>
<div class="table-responsive">
  <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>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
spree_backend-4.2.7 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.6 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.5 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.4 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.3.1 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.3 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.2 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.1 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.0 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.0.rc5 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.0.rc4 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.0.rc3 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.0.rc2 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.0.rc1 app/views/spree/admin/reports/index.html.erb
spree_backend-4.2.0.beta app/views/spree/admin/reports/index.html.erb