Sha256: 135e6e4e8c5976ce22e17ee5b0d5b842fedbd9382008ee551fa11696ecfd3cfb
Contents?: true
Size: 631 Bytes
Versions: 1
Compression:
Stored size: 631 Bytes
Contents
== render 'fae/shared/index_header', title: @klass_humanized.pluralize.titleize main.content table.js-sort-row thead tr th.th-sortable-handle th Name th.-action-wide Modified th.-action data-sorter="false" tbody - if @items.present? - @items.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_category_path(item) td = fae_date_format item.updated_at td = fae_delete_button item - else tr: td colspan="4" No items found
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fae-rails-1.6.0 | spec/dummy/app/views/admin/article_categories/index.html.slim |