Sha256: 0de2fdabac1ecdf22f652b2d0ec0650141d2636b149c21c1632e07ac5a770d85
Contents?: true
Size: 566 Bytes
Versions: 7
Compression:
Stored size: 566 Bytes
Contents
= render 'fae/shared/index_header', title: "#{@klass_humanized.pluralize}" main.content table.js-sort-column thead tr th Name th.-action-wide Modified th.-action data-sorter="false" tbody - if @items.present? - @items.each do |item| tr id="#{@klass_singular}_#{item.id}" td = link_to item.fae_display_field, edit_admin_team_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