11 lines
429 B
Plaintext
11 lines
429 B
Plaintext
|
|
<td><%= item.class %></td>
|
|
<td><%= link_to item.name, admin_items_path(:parent_name => item.name) %></td>
|
|
<td><%=h item.title %>
|
|
<td><%= item.position %></td>
|
|
<td><%= item.is_published.to_s %></td>
|
|
<td>
|
|
<%= link_to t(:show), item.url %> |
|
|
<%= link_to t(:edit), edit_admin_component_path(item) %> |
|
|
<%= link_to t(:delete), admin_component_path(item), :confirm => t('sure?'), :method => :delete %>
|
|
</td> |