Sha256: 4a0dc6ba2839df19aed6ce8d4c3add008ad5e668e8d71d6118a9966070997cce

Contents?: true

Size: 504 Bytes

Versions: 2

Compression:

Stored size: 504 Bytes

Contents

- content_for :tools, link_to(I18n.t('list').capitalize, url_for(:action => :index), :class => 'house' )
- if price_cut && !(price_cut.new_record?)
  - content_for :tools do
    = link_to(I18n.t('show').capitalize, [forgeos_commerce, :admin, price_cut])
    = link_to(I18n.t('edit').capitalize, [forgeos_commerce, :edit, :admin, price_cut])
    = link_to(I18n.t('destroy').capitalize, [forgeos_commerce, :admin, price_cut], :confirm => I18n.t('price_cut.destroy.confirm').capitalize, :method => :delete)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_commerce-1.9.1.rc1 app/views/admin/special_offers/_top_links.html.haml
forgeos_commerce-1.9.0 app/views/admin/special_offers/_top_links.html.haml