<%= _("Listing articles") %>

<% for column in Article.content_columns %> <% end %> <% for article in @articles %> <% for column in Article.content_columns %> <% end %> <% end %>
<%= column.human_name %>
<%=h article.send(column.name) %><%= link_to _('Show'), :action => 'show', :id => article %> <%= link_to _('Edit'), :action => 'edit', :id => article %> <%= link_to _('Destroy'), { :action => 'destroy', :id => article }, :confirm => _('Are you sure?'), :method => :post %>

<%= link_to _('New article'), :action => 'new' %>