<%= _("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 'Previous page', { :page => @article_pages.current.previous } if @article_pages.current.previous %> <%= link_to 'Next page', { :page => @article_pages.current.next } if @article_pages.current.next %>
<%= link_to _('New article'), :action => 'new' %>

<%= link_to 'error_messages_for Test', :action => 'multi_error_messages_for' %>