<% @subitems.each do |item| %>
-
<%= file_manager_button(item.name, "icons-mime/#{item.icon_name}", :action => 'view', :id => item.id) %>
<% end %>
<% if @article %>
<%= link_to _('New subitem'), :action => 'new', :parent_id => @article.id %>
<% else %>
<%= link_to _('New article'), :action => 'new' %>
<% end %>
<%# display the article content %>
<% if @article %>