2019-11-03 16:49:49 +01:00

11 lines
545 B
Plaintext

%tr#<%= singular_name %>_row{:id => <%= singular_name %>.id}
<% attributes_names.each do |attribute| -%>
%td= <%= singular_name %>.<%= attribute %>
<% end -%>
%td.actions
= link_to i(:"trash-o"), [:admin, <%= singular_name %>], method: :delete, data: { confirm: 'Voulez-vous vraiment supprimer cet enregistrement ? ' } , :remote => true
= link_to i(:pencil), edit_admin_<%= singular_name %>_path(<%= singular_name %>), :remote => true
= link_to i(:eye), admin_<%= singular_name %>_path(<%= singular_name %>), :remote => true