Sha256: 1e7f0df9517058f1eed750ae75bbd5152c9fdf48cb63cd5085c1d960cc2a41c4

Contents?: true

Size: 548 Bytes

Versions: 14

Compression:

Stored size: 548 Bytes

Contents

<% content_for :page_heading do %>
<h2>
  <%= t('.manage_pages') %>
  <%= link_to(t('.new_page'), { controller: 'pages', action: 'new' }, { id: 'dialog-link', class: 'btn btn-info pull-right' }) %>
</h2>
<% end %>

<table class='table table-striped'>
  <thead>
    <tr class='noborder'>
      <th><%= t('.title') %></th>
      <th><%= t('.author') %></th>
      <th><%= t(".created_at") %></th>
      <th><%= t(".text_filter") %></th>
      <th><%= t(".actions") %></th>
    </tr>
  </thead>
  <tbody>
    <%= render 'pages' %>
  </tbody>
</table>

Version data entries

14 entries across 14 versions & 1 rubygems

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