Sha256: fea84e2840664fae56ccf4a5354f07f4b6f4ad4813cf18cb82d9206a82c28996
Contents?: true
Size: 598 Bytes
Versions: 1
Compression:
Stored size: 598 Bytes
Contents
<%== @report.ruportdata.to_html %> <% content_for :sidebar do %> <div class="report_details"> <h1><%=t "adv_report." + @report.name.downcase.gsub(/ /,"_") %></h1> <p><%= @report.description %></p> <%= @report.taxon_text %> <%= @report.product_text %> </div> <p class="links"> <%= link_to "CSV (all)", @report.download_url(request.fullpath, 'csv') %> <%= link_to "PDF (all)", @report.download_url(request.fullpath, 'pdf') %> </p> <%= render :partial => 'spree/admin/reports/advanced_report_criteria', :locals => {} %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_advanced_reporting-2.1.0 | app/views/spree/admin/reports/top_base.html.erb |