Sha256: 292f71c9b7d59af8afbdfa2e51136fa923276c89074f4ba01fac6df35f005aa5
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
<%= render_void_table(@pages.size, 5) %> <% for page in @pages %> <tr <%= alternate_class %>> <td> <%= link_to_edit_with_profiles page.title, page %> <%= show_actions page %> </td> <td><%= page.name%></td> <td><%= author_link(page) %></td> <td> <%= format_date page.created_at %><br /> <%= published_or_not page %> </td> </tr> <% end %> <%= display_pagination(@pages, 5)%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/admin/pages/_pages.html.erb |
typo-5.4.4 | app/views/admin/pages/_pages.html.erb |