Sha256: 6da6f39656df43d82239f7b588b8d5743c766432baed2b213da1e0ffa1ee03aa

Contents?: true

Size: 524 Bytes

Versions: 2

Compression:

Stored size: 524 Bytes

Contents

- unless smart_listing.collection.empty?
  %table.table.table-listing
    %thead
      %tr
        %th Title
        %th.span2 Absolute Delay
        %th.span1
        
    %tbody
      - smart_listing.collection.each do |mailing|
        %tr.editable{:data => {"id" => mailing.id}}
          = render :partial => "maily_herald/webui/sequences/mailing", :locals => {:object => mailing}
  
  .row
    .col-xs-6= smart_listing.paginate 
    .col-xs-6= smart_listing.pagination_per_page_links
  
- else
  %p.alert No mailings 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maily_herald-webui-0.9.0 app/views/maily_herald/webui/sequences-old/_mailing_list.html.haml
maily_herald-webui-0.8.0 app/views/maily_herald/webui/sequences-old/_mailing_list.html.haml