Sha256: 7b6c39e30119b3cf08175716d3b09296bb87e13f421a58ca62e8137d5c067848
Contents?: true
Size: 744 Bytes
Versions: 1
Compression:
Stored size: 744 Bytes
Contents
- unless smart_listing.empty? %table.table.table-striped %thead %tr - content_for_expert do %th= tw("attributes.name") %th.col-md-8= tw("attributes.title") %th= tw("attributes.context") %th= tw("lists.subscribers") %th %tbody - smart_listing.collection.each do |list| %tr - content_for_expert do %td= link_to list.name, list %td= link_to list.title, list %td= friendly_name list.context %td= list.active_subscription_count %td.actions= smart_listing_item_actions [{name: :show, url: list_path(list)}] = smart_listing.paginate = smart_listing.pagination_per_page_links - else = t(".no_lists")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maily_herald-webui-0.8.0 | app/views/maily_herald/webui/lists/_items.html.haml |