Sha256: de120a18f007cbe0de49a97eb65fb20d534ef1f22ccc44d04622172197a44e69

Contents?: true

Size: 736 Bytes

Versions: 2

Compression:

Stored size: 736 Bytes

Contents

- unless smart_listing.collection.empty?
  %table.table.table-listing
    %thead
      %tr
        %th Id
        %th Name
        %th Destination
        %th.span2.span1
          %span.glyphicon.glyphicon-download-alt{:title => "Deliveries count"}
        %th.span2.span1 
          %span.glyphicon.glyphicon-book{:title => "Subscription active?"}
        %th.span1
        
    %tbody
      - smart_listing.collection.each do |entity|
        %tr.editable{:data => {"id" => entity.id}}
          = render :partial => "maily_herald/webui/sequences/entity", :locals => {:object => entity}

  .row
    .col-xs-6= smart_listing.paginate 
    .col-xs-6= smart_listing.pagination_per_page_links
- else
  %p.alert No entities in the scope 

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/_entity_list.html.haml
maily_herald-webui-0.8.0 app/views/maily_herald/webui/sequences-old/_entity_list.html.haml