Sha256: 75e474d77601294d238d321a96142acaaa61ec2f6c1de1ee644185fc584cedd4

Contents?: true

Size: 700 Bytes

Versions: 3

Compression:

Stored size: 700 Bytes

Contents

<% include_javascript 'admin/sitemap' -%>

<h1>Pages</h1>

<table id="site-map" class="index" summary="Page hierarchy of the current site">
  <thead>
    <tr>
      <th class="page">Page</th>
      <th class="status">Status</th>
      <th class="modify" colspan="2">Modify</th>
    </tr>
  </thead>
  <tbody>
<% if @homepage -%>
<%= render_node @homepage -%>
<% else -%>
  <tr>
    <td colspan="4" class="note">No Pages</td>
  </tr>
<% end -%>
  </tbody>
</table>

<form action="<%= clear_cache_url %>" method="post">
  <p>
<% unless @homepage -%>
    <%= link_to image('new-homepage', :alt => 'New Homepage'), homepage_new_url %>
<% end -%>
    <%= image_submit 'clear-page-cache' %>
  </p>
</form>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radiant-0.6.5.1 app/views/admin/page/index.html.erb
radiant-0.6.5 app/views/admin/page/index.html.erb
radiant-0.6.6 app/views/admin/page/index.html.erb