Sha256: 210066d749bf3e254c336c7ce885e052475b28b6e6a6bc2f049ce64e05155bf7

Contents?: true

Size: 678 Bytes

Versions: 10

Compression:

Stored size: 678 Bytes

Contents

<%= calendar_date_select_includes %>
<h1>Listing reports</h1>
<table>
  <tr>
    <td valign="top">
      <div id="order-summary">
        <table class="admin-report" width="515">
          <thead>
            <tr>
              <th>Name</th>
              <th>Description</th>
            </tr>
          </thead>
          <tbody>     
            <% @reports.each do |key, value| %>
              <tr class="<%= cycle('even', 'odd') %>">
                <td><%=link_to value[:name], :action => key%></td>
                <td><%=value[:description]%></td>
              </tr>
            <% end %>
          </tbody>
        </table>
      </div>
    </td>
  </tr>
</table>



Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
railscart-0.0.1 starter-app/vendor/plugins/railscart/app/views/admin/reports/index.rhtml
railscart-0.0.2 starter_app/vendor/plugins/railscart/app/views/admin/reports/index.rhtml
railscart-0.0.3 starter_app/vendor/plugins/railscart/app/views/admin/reports/index.rhtml
railscart-0.0.4 starter_app/vendor/plugins/railscart/app/views/admin/reports/index.rhtml
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/admin/reports/index.rhtml
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/admin/reports/index.rhtml
spree-0.0.7 starter-app/vendor/plugins/spree/app/views/admin/reports/index.rhtml
spree-0.0.8 starter-app/vendor/plugins/spree/app/views/admin/reports/index.rhtml
spree-0.0.9 app/views/admin/reports/index.rhtml
spree-0.2.0 app/views/admin/reports/index.rhtml