Sha256: 8c968181780a3851e6d6b0fe3602f6db08f0802234d82165beff2a89f8d87e63
Contents?: true
Size: 527 Bytes
Versions: 24
Compression:
Stored size: 527 Bytes
Contents
%tr %td= <%= singular_table_name %>.id <% for attribute in attributes -%> %td= <%= singular_table_name %>.<%= attribute.name %> <% end -%> %td.action = link_to(<%= singular_table_name %>, class: 'btn btn-success', toogle: 'tooltip', title: t('tooltips.zoom')) do %i.icon-zoom-in = link_to(edit_<%= singular_table_name %>_path(<%= singular_table_name %>) , class: 'btn btn-info') do %i.icon-edit = link_to(<%= singular_table_name %>, class: 'btn btn-danger', method: :delete) do %i.icon-trash
Version data entries
24 entries across 12 versions & 1 rubygems