Sha256: c5a9c364c1d0c3e98415b901c6ca1a5a3e79c987450dfcff9f6ad19170bd7bd3
Contents?: true
Size: 987 Bytes
Versions: 4
Compression:
Stored size: 987 Bytes
Contents
= render 'fae/shared/index_header', title: "#{@klass_humanized.pluralize}" .main_content-sections section.main_content-section .main_content-section-area table.index_table.main_table-sort_columns thead tr th Name th Modified th.main_table-header-delete data-sorter="false" Delete tbody - if @items.present? - @items.each do |item| tr id="#{@klass_singular}_#{item.id}" td.main_table-description-item = link_to item.fae_display_field, edit_admin_team_coach_path(@parent_item, item) td = fae_date_format item.updated_at td.main_table-delete = link_to ['admin', @parent_item, item], method: :delete, data: { confirm: t('fae.delete_confirmation') }, class: 'main_table-action' do span.icon-delete_x - else tr td colspan="3" No items found
Version data entries
4 entries across 4 versions & 1 rubygems