Sha256: 8958acfa744e2d129969f71fdb1c4e76db32976683d921c8e25a18e08e4bb1f4
Contents?: true
Size: 971 Bytes
Versions: 2
Compression:
Stored size: 971 Bytes
Contents
= render :partial => 'tabs' = render :partial => 'left_sidebar', :locals => {:icon_class => 'transporters', :sidebar_title => 'transporter.all', :tree_id =>'transporter-tree' } #content.grid_12.alpha.omega .backgrounds.header = link_to content_tag(:span,I18n.t('transporter.create.action').capitalize, :class=>'big-icons transporters'), [forgeos_commerce, :new, :admin, :transporter], :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_transporters_path(:format => :json), :columns => ["{'bSearchable':false,'bSortable':false}","{'sTitle':'#{I18n.t :name}'}","{'sTitle':'#{I18n.t( :status , :count => 2)}'}","{'sClass':'actions-td','bSearchable':false,'bSortable':false}"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forgeos_commerce-1.9.1.rc1 | app/views/admin/transporter_rules/index.html.haml |
forgeos_commerce-1.9.0 | app/views/admin/transporter_rules/index.html.haml |