Sha256: 09297a339035111634898812a65b4d1675772ce57b2c5f0c35a1d80aabea3dcd

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 Bytes

Contents

== render 'fae/shared/index_header', title: @klass_humanized.pluralize.titleize

main.content
  .collapsible-toggle.close-all Close All
  - if @article_categories.present?
    - @article_categories.each do |category|
      .collapsible.active
        h3 = category.name
        table.js-sort-row
          thead
            tr
              th.th-sortable-handle
              th Title
              th.-action-wide Modified
              th.-action data-sorter="false"

          tbody
            - category.articles.each do |item|
              tr id=fae_sort_id(item)
                td.sortable-handle: i.icon-sort
                td = link_to item.fae_display_field, edit_admin_article_path(item)
                td = fae_date_format item.updated_at
                td = fae_delete_button item

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-1.6.0 spec/dummy/app/views/admin/articles/index.html.slim