Sha256: 463aaed67cfef41a824afdcc652bdfb115dc2783ed5691b2179ae1eb149915ed

Contents?: true

Size: 371 Bytes

Versions: 9

Compression:

Stored size: 371 Bytes

Contents

%h1
  = t('remove_discount')

%p
  = t('text.remove_discount.warning')

- form_for [:admin, @shop_discount.becomes(ShopDiscount)], :html => {:method => :delete, 'data-onsubmit_status'=>"Removing Discount…"} do
  
  %p.buttons
    %input.button{:type=>"submit", :value => t('delete_discount') }/
    = t('or')    
    = link_to t('cancel'), admin_shop_discounts_path

Version data entries

9 entries across 9 versions & 1 rubygems

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