Sha256: 209343143c9778b10dc58a3a85b42a8d083dc27dfd2fc88f402974fd0f042833
Contents?: true
Size: 587 Bytes
Versions: 7
Compression:
Stored size: 587 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_player_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