Sha256: 1077a9f21840cad637f21619ed8f4609d0144a47419d2d95434c485c59b26ffb
Contents?: true
Size: 640 Bytes
Versions: 10
Compression:
Stored size: 640 Bytes
Contents
<tr id="<%%= dom_id(<%= singular_table_name %>) %>"> <!-- TODO This should loop through the attributes instead of depending on title. id, updated_at and created_at could be skipped. --> <th><%%= link_to <%= singular_table_name %>.title, [:admin, <%= singular_table_name %>], :target => "_blank" %></th> <td class="updated_at"><%%= <%= singular_table_name %>.updated_at %></td> <td class="actions"> <%%= link_to 'Edit', edit_admin_<%= singular_table_name %>_path(<%= singular_table_name %>) %> <%%= link_to 'Destroy', [:admin, <%= singular_table_name %>], :confirm => 'Are you sure?', :method => :delete %> </td> </tr>
Version data entries
10 entries across 10 versions & 1 rubygems