Sha256: b3881b22f4c131474645440a9502844da8d4818dd677bcd666cacf2b4593ee24
Contents?: true
Size: 943 Bytes
Versions: 2
Compression:
Stored size: 943 Bytes
Contents
= render :partial => 'tabs' = render :partial => 'admin/sidebars/left_sidebar', :locals => { :icon_class => 'offers', :sidebar_title => 'voucher.all', :tree_id => 'voucher-tree' } #content.grid_12.alpha.omega .backgrounds.header = link_to content_tag(:span,I18n.t('voucher.create.action').capitalize, :class=>'big-icons create-product'), [forgeos_commerce, :new, :admin, :voucher], :class=>'backgrounds action-button' #search.right = link_to content_tag(:span, I18n.t('search').capitalize, :class => 'small-icons search-span'), '#', :class => 'small-icons left search-link' .backgrounds.search-form .content-background %table#table.datatable.draggable_rows = dataTables_tag :url => forgeos_commerce.admin_vouchers_path(:format => :json), :columns => ["{'bSearchable':false}","{'sTitle':'#{I18n.t :name}'}","{'sTitle':'Status'}","{'sTitle':'Used'}","{'sTitle':'Code'}","{'sClass':'actions-td','bSearchable':false}"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forgeos_commerce-1.9.1.rc1 | app/views/admin/vouchers/index.html.haml |
forgeos_commerce-1.9.0 | app/views/admin/vouchers/index.html.haml |