Sha256: fe582c2bb963dec601c7609e60b8ce76aca676c113c4ca7680726b6550e2d41c
Contents?: true
Size: 831 Bytes
Versions: 2
Compression:
Stored size: 831 Bytes
Contents
- unless @entities.empty? %table.table.table-listing %thead %tr %th Id %th Name %th Destination %th.span2.span1 %span.glyphicon.glyphicon-download-alt{:title => "Deliveries count"} - unless @sequence %th.span2.span1 %span.glyphicon.glyphicon-book{:title => "Subscription active?"} %th.span2.span1 %span.glyphicon.glyphicon-check{:title => "Conditions met?"} %th.span1 %tbody - @entities.each do |entity| %tr.editable{:data => {"id" => entity.id}} = render :partial => "maily_herald/webui/mailings/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/mailings-old/_entity_list.html.haml |
maily_herald-webui-0.8.0 | app/views/maily_herald/webui/mailings-old/_entity_list.html.haml |