Sha256: 877793e1b5267ba27ebb2d866b64824cdc5ced126b496d58c9df781ebf14b9b8

Contents?: true

Size: 1.14 KB

Versions: 29

Compression:

Stored size: 1.14 KB

Contents

<div class='toolbar'>
  <ul class='actions'>
    <li>
      <%= button_link_to t("new_promotion"), new_object_url, :icon => 'add'  %>
    </li>
  </ul>
  <br class='clear' />
</div>

<h1><%= t("promotions") %></h1>

<table class="index">
  <thead>
    <tr>
      <th><%= t("code") %></th>
      <th><%= t("description") %></th>
      <th><%= t("combine") %></th>
      <th><%= t("usage_limit") %></th>
      <th><%= t("expiration") %></th>
      <th><%= t("calculator") %></th>     
      <th width="150"><%= t("action") %></th>
    </tr>
  </thead>
  <tbody>
    <% for promotion in @promotions %>
      <tr id="<%= dom_id promotion %>">
        <td><%= promotion.code %></td>
        <td><%= promotion.description %></td>
        <td><%= promotion.combine ? t(:yes) : t(:no) %></td>
        <td><%= promotion.usage_limit %></td>
        <td><%= promotion.expires_at.to_date.to_s(:short_date) if promotion.expires_at %></td>
        <td><%= promotion.calculator.description if promotion.calculator %></td>
        <td>
        	<%= link_to_edit promotion %> &nbsp;
        	<%= link_to_delete promotion %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

29 entries across 29 versions & 7 rubygems

Version Path
apispree_promo-0.0.0 app/views/admin/promotions/index.html.erb
My-Commerce_promo-1.1.0 app/views/admin/promotions/index.html.erb
My-Commerce_promo-1.0.0 app/views/admin/promotions/index.html.erb
MyCommerceapi-1.0.0 promo/app/views/admin/promotions/index.html.erb
MyCommerce-0.0.3 promo/app/views/admin/promotions/index.html.erb
rfcommerce_promo-0.0.3 app/views/admin/promotions/index.html.erb
spree_promo-0.60.6 app/views/admin/promotions/index.html.erb
spree_promo-0.60.5 app/views/admin/promotions/index.html.erb
spree_promo-0.30.2 app/views/admin/promotions/index.html.erb
spree_promo-0.40.4 app/views/admin/promotions/index.html.erb
spree_promo-0.50.4 app/views/admin/promotions/index.html.erb
spree_promo-0.60.4 app/views/admin/promotions/index.html.erb
spree_promo-0.50.3 app/views/admin/promotions/index.html.erb
spree_promo-0.60.3 app/views/admin/promotions/index.html.erb
spree_promo-0.60.2 app/views/admin/promotions/index.html.erb
spree_bushido_promo-0.80.28 app/views/admin/promotions/index.html.erb
spree_bushido_promo-0.80.27 app/views/admin/promotions/index.html.erb
spree_promo-0.60.1 app/views/admin/promotions/index.html.erb
spree_promo-0.60.0 app/views/admin/promotions/index.html.erb
spree_promo-0.60.0.RC1 app/views/admin/promotions/index.html.erb