Sha256: cae5fa43deee34813cabb235242b1a87434724d29bf64ed0127ffd22fabaa7d4

Contents?: true

Size: 718 Bytes

Versions: 1

Compression:

Stored size: 718 Bytes

Contents

- unless smart_listing.empty?
  %table.table.table-striped
    %thead
      %tr 
        %th.col-md-6= tw("attributes.title")
        %th= tw("attributes.state")
        %th= tw(:label_list)
        %th
    %tbody
      - smart_listing.collection.each do |sequence|
        %tr
          %td= link_to friendly_name(sequence), {:action => :show, :id => sequence}
          %td= display_dispatch_state sequence
          %td= link_to friendly_name(sequence.list), list_path(sequence.list)
          %td.actions
            .action-group= smart_listing_item_actions [{name: :show, url: {action: :show, id: sequence}}]

  = smart_listing.paginate 
  = smart_listing.pagination_per_page_links 
- else
  = t(".no_mailings")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
maily_herald-webui-0.8.0 app/views/maily_herald/webui/sequences/_list.html.haml