Sha256: c0bf66b6a0d18c8256d643ddf176cf508ff7b9d6d4c0928f4d7f357ddac315a4
Contents?: true
Size: 395 Bytes
Versions: 9
Compression:
Stored size: 395 Bytes
Contents
<% if @pages.empty? %> <tr> <td colspan="5"> <%= t(".no_pages") %> </td> </tr> <% end %> <% for page in @pages %> <tr> <td> <%= link_to_permalink(page, page.title) %> <%= show_actions page %> </td> <td> <%= author_link(page) %><br> <small><%= l(page.created_at) %></small> </td> </tr> <% end %> <%= display_pagination(@pages, 5) %>
Version data entries
9 entries across 9 versions & 1 rubygems