Sha256: 08401710dfc15fd2d8983905e81d8ee0238fef0f8c4dcf6d35c524ce4c3a10f5

Contents?: true

Size: 782 Bytes

Versions: 9

Compression:

Stored size: 782 Bytes

Contents



<p><strong><%= link_to "Add New Page", new_admin_page_path %></strong></p>

<div style="padding-top: 30px; padding-bottom: 30px;">
<table width="700" border="0" cellspacing="10" cellpadding="0">
  <tr>
    <th>Title</th>
    <th>Permalink</th>
    <th>Content</th>
    <th>&nbsp;</th>
    <th>&nbsp;</th>
  </tr>
  <% for page in @pages %>
    <tr>
      <td width="300" style="font-weight: bold;"><%= page.title %></td>
      <td width="300"><%= page.permalink %></td>
      <td width="30"><%= link_to "Show", admin_page_path(page) %></td>
      <td width="30"><%= link_to "Edit", edit_admin_page_path(page) %></td>
      <td width="30"><%= link_to "Delete", admin_page_path(page), :confirm => 'Are you sure?', :method => :delete %></td>
    </tr>
  <% end %>
</table>
</div>


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
quic_cms-0.1.4 app/views/quic_cms/admin/pages/index.html.erb
quic_cms-0.1.3 app/views/quic_cms/admin/pages/index.html.erb
quic_cms-0.1.2 app/views/quic_cms/admin/pages/index.html.erb
quic_cms-0.1.1 app/views/quic_cms/admin/pages/index.html.erb
quic_cms-0.1.0 app/views/quic_cms/admin/pages/index.html.erb
quic_cms-0.0.9 app/views/quic_cms/admin/pages/index.html.erb
quic_cms-0.0.8 app/views/quic_cms/admin/pages/index.html.erb
quic_cms-0.0.7 app/views/quic_cms/admin/pages/index.html.erb
quic_cms-0.0.6 app/views/quic_cms/admin/pages/index.html.erb