2010-02-22 08:10:13 +00:00
|
|
|
|
|
|
|
<td><%= item.class %></td>
|
2010-01-18 07:52:52 +00:00
|
|
|
<td><%= link_to item.name, admin_items_path(:parent_name => item.name) %></td>
|
2010-01-14 10:30:53 +00:00
|
|
|
<td><%=h item.title %>
|
|
|
|
<td><%= item.position %></td>
|
|
|
|
<td><%= item.is_published.to_s %></td>
|
|
|
|
<td>
|
2010-02-05 09:18:57 +00:00
|
|
|
<%= link_to t(:show), item.url %> |
|
2010-01-14 10:30:53 +00:00
|
|
|
<%= link_to t(:edit), edit_admin_component_path(item) %> |
|
2011-04-13 10:19:51 +00:00
|
|
|
<%= link_to t(:delete), admin_component_path(item), :confirm => t('sure?'), :method => :delete %>
|
2010-02-22 08:10:13 +00:00
|
|
|
</td>
|