Sha256: 4f34e9eb40c7e3ddfcd1b036fbc8b504304fe5c7f6c8286f040569d758a32719

Contents?: true

Size: 476 Bytes

Versions: 10

Compression:

Stored size: 476 Bytes

Contents

<% content_for :page_heading do %>
<h2>
  <i class="glyphicon glyphicon-large glyphicon-folder-open"></i>
  <%= 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>
    </tr>
  </thead>
  <%= render 'pages' %>
</table>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/admin/pages/index.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/admin/pages/index.html.erb