Sha256: fb6ba0d414a190e26882244100b314a94cca3c6d3fe5dc49904daa2fe5770d20

Contents?: true

Size: 485 Bytes

Versions: 9

Compression:

Stored size: 485 Bytes

Contents

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

<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

9 entries across 9 versions & 2 rubygems

Version Path
spree_core-1.3.5 app/views/spree/admin/reports/index.html.erb
spree_core-1.3.4 app/views/spree/admin/reports/index.html.erb
spree_core-1.3.3 app/views/spree/admin/reports/index.html.erb
spree_core-1.3.2 app/views/spree/admin/reports/index.html.erb
spree_core-1.3.1 app/views/spree/admin/reports/index.html.erb
spree_core-1.3.0 app/views/spree/admin/reports/index.html.erb
spree_core-1.3.0.rc2 app/views/spree/admin/reports/index.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/admin/reports/index.html.erb
spree_core-1.3.0.rc1 app/views/spree/admin/reports/index.html.erb