Sha256: e9985422bfc079e33bb0b7f8d17203beb1d2a296c5aa7518a660adbb1f2612eb
Contents?: true
Size: 954 Bytes
Versions: 8
Compression:
Stored size: 954 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_milestone_path(item) td = fae_date_format item.updated_at td.main_table-delete = link_to ['admin', 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
8 entries across 8 versions & 1 rubygems