Sha256: 24a55d9b18f8c11db7b4559e67b5b53540456a01db71257fe1dad92e2b4849ef

Contents?: true

Size: 775 Bytes

Versions: 8

Compression:

Stored size: 775 Bytes

Contents

<h1>Listing pages</h1>

<ul class="choices">
  <li><%= link_to 'New page', new_admin_page_path, :class => "button" %></li>
</ul>  

<%= hidden_field_tag 'form_authenticity_token', "#{form_authenticity_token}" %> 

<table class="featurable">
  <thead>
    <tr>
      <th>Title</th>
      <th>Status</th>
      <th>Author</th>
      <th>Updated</th>
      <th>Published At</th>
      <th>Published To</th>
      <th colspan="4">Actions</th>
    </tr>
  </thead>
  <tbody>
    <%= render :partial => @pages, :locals => { :level => 0 } %>
  </tbody>
  <tfoot>
    <tr>
      <th>Title</th>
      <th>Status</th>
      <th>Author</th>
      <th>Updated</th>
      <th>Published At</th>
      <th>Published To</th>
      <th colspan="4">Actions</th>
    </tr>
  </tfoot>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
beef-pages-0.1.0 app/views/admin/pages/index.html.erb
beef-pages-0.1.1 app/views/admin/pages/index.html.erb
beef-pages-0.1.2 app/views/admin/pages/index.html.erb
beef-pages-0.1.3 app/views/admin/pages/index.html.erb
beef-pages-0.1.4 app/views/admin/pages/index.html.erb
beef-pages-0.1.5 app/views/admin/pages/index.html.erb
beef-pages-0.1.6 app/views/admin/pages/index.html.erb
beef-pages-0.1.7 app/views/admin/pages/index.html.erb