Sha256: 73e69eb9bd54c3442bc770af3ccde985856d415e0fda37841c4a12083086e60c
Contents?: true
Size: 899 Bytes
Versions: 5
Compression:
Stored size: 899 Bytes
Contents
= render :partial => 'tabs' = render :partial => 'admin/sidebars/left_sidebar', :locals => {:icon_class => 'newsletter', :sidebar_title => 'newsletter.all', :tree_id =>'no-tree' } #content.grid_12.alpha.omega .backgrounds.header = link_to content_tag(:span,t('newsletter.create.action'), :class=>'big-icons create-product'), forgeos_cms.new_admin_newsletter_path, :class=>'backgrounds action-button' = link_to content_tag(:span,t('newsletter.export.action')), forgeos_cms.admin_newsletters_path(:format => 'csv'), :class => 'backgrounds action-button' .content-background %table#table.datatable.draggable_rows %tbody %tr %td = dataTables_tag :url => forgeos_cms.admin_newsletters_path(:format => :json), :columns => ["{'sTitle':'#{t :email}'}","{'sTitle':'#{t :created_on}'}","{'sClass':'actions-td','bSearchable':false,'bSortable':false}"], :sort_order => :desc
Version data entries
5 entries across 5 versions & 1 rubygems