Sha256: 1fe9b22c2bd49677b72abe082f98301faf95f8b3fc2a223007765694db71d41f

Contents?: true

Size: 645 Bytes

Versions: 3

Compression:

Stored size: 645 Bytes

Contents

<div class='spree-head'>
  <figure>
    <%= pdf_logo %>
  </figure>
</div>
<h3 id="report-head">
  <%= Spree.t(@report_name) %>
</h3>

<table class="table table-bordered" id="admin-insight" data-hook>
  <thead>
    <tr>
      <% @report.headers.each do |_header_| %>
        <th><%= Spree.t(_header_[:value], scope: [:insight, @report_name], default: _header_[:name]) %></th>
      <% end %>
    </tr>
  </thead>
  <tbody>
    <% @report.observations.each do |stat| %>
      <tr>
        <% @report.headers.each do |head|%>
          <td><%= stat.public_send(head[:value]) %></td>
        <% end %>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
spree_admin_insights-3.2.0 app/views/spree/admin/insights/download.pdf.erb
solidus_admin_insights-2.1.1 app/views/spree/admin/insights/download.pdf.erb
solidus_admin_insights-2.1.0 app/views/spree/admin/insights/download.pdf.erb