Sha256: 74c092baebaa0cf996f72ee392054f8afdd2505d4a01753526f521f9b7a0f774

Contents?: true

Size: 663 Bytes

Versions: 7

Compression:

Stored size: 663 Bytes

Contents

= render 'fae/shared/index_header', title: "#{@klass_humanized.pluralize}"

main.content

  == fae_filter_form title: 'Disregard, just testing filter options', search: false

  table.js-sort-column
    thead
      tr
        th Name
        th.-action-wide Modified
        th.-action data-sorter="false" Delete

    tbody
      - if @items.present?
        - @items.each do |item|
          tr id="#{@klass_singular}_#{item.id}"
            td = link_to item.fae_display_field, edit_admin_location_path(item)
            td = fae_date_format item.updated_at
            td = fae_delete_button item
      - else
        tr
          td colspan="3" No items found

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fae-rails-1.6.0 spec/dummy/app/views/admin/locations/index.html.slim
fae-rails-1.5.1 spec/dummy/app/views/admin/locations/index.html.slim
fae-rails-1.5.0 spec/dummy/app/views/admin/locations/index.html.slim
fae-rails-1.4.1 spec/dummy/app/views/admin/locations/index.html.slim
fae-rails-1.4.0 spec/dummy/app/views/admin/locations/index.html.slim
fae-rails-1.3.1 spec/dummy/app/views/admin/locations/index.html.slim
fae-rails-1.3.0 spec/dummy/app/views/admin/locations/index.html.slim