<% for page in @pages %> > <% end %>
<%= _("Title")%> <%= _("Permalink")%> <%= _("Posted at")%> <%= _("Action")%>
<%= link_to_permalink(page,page.title) %> /pages/<%= page.name %> <%= page.created_at.strftime("%d/%m/%Y at %H:%M") %> <%= link_to image_tag('show.png', :alt => "View article", :title => "Preview article"), {:action => "show", :id => page.id} %> <%= link_to_edit page %> <%= link_to_destroy page %>