Sha256: bc0fa6dd420a42212cc1a1057a0636dff3626852502a06634190c5697e437529

Contents?: true

Size: 475 Bytes

Versions: 13

Compression:

Stored size: 475 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) %>
    </td>
    <td>
      <%= author_link(page) %><br />
    </td>
    <td>
      <%= l(page.created_at) %>
    </td>
    <td>
      <%= page.text_filter&.name %>
    </td>
    <td>
      <%= show_actions page %>
    </td>
  </tr>
<% end %>
<%= display_pagination(@pages, 5) %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
publify_core-10.0.1 app/views/admin/pages/_pages.html.erb
publify_core-10.0.0 app/views/admin/pages/_pages.html.erb
publify_core-9.2.10 app/views/admin/pages/_pages.html.erb
publify_core-9.2.9 app/views/admin/pages/_pages.html.erb
publify_core-9.2.8 app/views/admin/pages/_pages.html.erb
publify_core-9.2.7 app/views/admin/pages/_pages.html.erb
publify_core-9.2.6 app/views/admin/pages/_pages.html.erb
publify_core-9.2.5 app/views/admin/pages/_pages.html.erb
publify_core-9.2.4 app/views/admin/pages/_pages.html.erb
publify_core-9.2.3 app/views/admin/pages/_pages.html.erb
publify_core-9.2.2 app/views/admin/pages/_pages.html.erb
publify_core-9.2.1 app/views/admin/pages/_pages.html.erb
publify_core-9.2.0 app/views/admin/pages/_pages.html.erb