Sha256: 1a1877a7b0b3c4326d6059e09e8410c0bb4c3b23950fc3f7d51152cf050918c9
Contents?: true
Size: 700 Bytes
Versions: 2
Compression:
Stored size: 700 Bytes
Contents
<table cellspacing="1" cellpadding="0"> <tr> <th><%= _("Title")%></th> <th><%= _("Permalink")%></th> <th><%= _("Posted at")%></th> <th colspan="3"><%= _("Action")%></th> <th></th> </tr> <% for page in @pages %> <tr <%= alternate_class %>> <td> <%= link_to_permalink(page,page.title) %></td> <td>/pages/<%= page.name %></td> <td><%= page.created_at.strftime("%d/%m/%Y at %H:%M") %></td> <td class="operation"><%= link_to image_tag('show.png', :alt => "View article", :title => "Preview article"), {:action => "show", :id => page.id} %></td> <td class="operation"><%= link_to_edit page %></td> <td class="operation"><%= link_to_destroy page %></td> </tr> <% end %> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/admin/pages/_pages.rhtml |
typo-4.1 | app/views/admin/pages/_pages.rhtml |