Sha256: 59c1e62487e1cbd369ca0ceccdb7c7c9075cc67d26acf39d3bba6bc4b55e1fd2

Contents?: true

Size: 520 Bytes

Versions: 1

Compression:

Stored size: 520 Bytes

Contents

- unless smart_listing.empty?
  %table.table.table-striped
    %thead
      %tr 
        - content_for_expert do
          %th #
        %th.col-md-6= t(".name")
        %th.col-md-6= t(".email")
        %th
    %tbody
      - smart_listing.collection.each do |entity|
        %tr.editable{data: {id: entity.id}}
          = smart_listing.render partial: "maily_herald/webui/subscribers/item", locals: {item: entity}

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

Version data entries

1 entries across 1 versions & 1 rubygems

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