Sha256: c5945f4d446587414c1597bbb34151b787e840eb9c72060c451a9da326546878
Contents?: true
Size: 586 Bytes
Versions: 7
Compression:
Stored size: 586 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_coach_path(@parent_item, 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