<%= column.human_name %> | <% end %>|||
---|---|---|---|
<%=h article.send(column.name) %> | <% end %><%= 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 %> |