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

Version Path
publify_core-9.1.0 app/views/admin/pages/_pages.html.erb
publify_core-9.0.1 app/views/admin/pages/_pages.html.erb
publify_core-9.0.0 app/views/admin/pages/_pages.html.erb
publify_core-9.0.0.pre6 app/views/admin/pages/_pages.html.erb
publify_core-9.0.0.pre5 app/views/admin/pages/_pages.html.erb
publify_core-9.0.0.pre4 app/views/admin/pages/_pages.html.erb
publify_core-9.0.0.pre3 app/views/admin/pages/_pages.html.erb
publify_core-9.0.0.pre2 app/views/admin/pages/_pages.html.erb
publify_core-9.0.0.pre1 app/views/admin/pages/_pages.html.erb