Sha256: 5d49ed2202dd1d4441c235f4f32cfbc51b77d6960c38230f67f8387564220d26
Contents?: true
Size: 397 Bytes
Versions: 10
Compression:
Stored size: 397 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
10 entries across 10 versions & 1 rubygems