Sha256: ba86dfbf9a44daff8eeec7e300093a048e4597c56d2e375be7ba78ab7f9bdd2d
Contents?: true
Size: 702 Bytes
Versions: 2
Compression:
Stored size: 702 Bytes
Contents
- unless smart_listing.empty? %table.table.table-striped %thead %tr - content_for_expert do %th # %th.col-md-6= MailyHerald::SequenceMailing.human_attribute_name(:title) %th.col-md-6= MailyHerald::SequenceMailing.human_attribute_name(:absolute_delay) %th %tbody - smart_listing.collection.each do |mailing| %tr %td= friendly_name mailing %td= display_mailing_absolute_delay mailing %td.actions .action-group= smart_listing_item_actions sequence_mailing_actions(mailing) = smart_listing.paginate = smart_listing.pagination_per_page_links - else = tw("mailings.list.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/_mailing_list.html.haml |
maily_herald-webui-0.8.0 | app/views/maily_herald/webui/sequences/_mailing_list.html.haml |