Sha256: 57d416dc3e3edf20ae28be4b47eb6e15d357ad67008a5d412758f4620fac4e50

Contents?: true

Size: 469 Bytes

Versions: 9

Compression:

Stored size: 469 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

9 entries across 9 versions & 1 rubygems

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