Sha256: 08cbd46ee0ba5c444ae072f89b81edd34e99534955d81cbc793ff6499e0c9e78

Contents?: true

Size: 499 Bytes

Versions: 10

Compression:

Stored size: 499 Bytes

Contents

%li.discount.object{:id => "discount_#{discount.id}", :'data-id' => discount.id}
  .attributes
    %span.name.attribute
    - render_region :body do |body|
      - body.name do
        %span.name.attribute= link_to discount.name, [:edit_admin, discount]
      - body.code do
        %span.code.attribute= discount.code
      - body.amount do
        %span.amount.attribute= discount.amount
      - body.modify do
        .modify
          %span.remove= link_to t('remove'), [:remove_admin, discount]

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
radiant-shop_discounts-extension-0.0.11 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop_discounts-extension-0.0.10 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop_discounts-extension-0.0.9 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop_discounts-extension-0.0.8 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop_discounts-extension-0.0.7 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop_discounts-extension-0.0.6 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop_discounts-extension-0.0.4 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop_discounts-extension-0.0.3 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop_discounts-extension-0.0.1 app/views/admin/shop/discounts/index/_discount.html.haml
radiant-shop-extension-0.11.6 app/views/admin/shop/discounts/index/_discount.html.haml