Sha256: 12b90e67ff77d48a15e8848ce8efcbcdf81b950d685a34dcc6cd649c0fc2884b
Contents?: true
Size: 810 Bytes
Versions: 3
Compression:
Stored size: 810 Bytes
Contents
<% include_javascript 'sitemap' -%> <h1>Pages</h1> <table id="site-map" class="index" cellpadding="0" cellspacing="0" border="0"> <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> <script type="text/javascript"> // <![CDATA[ new SiteMap('site-map', <%= expanded_rows.to_json %>); // ]]> </script> <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.1 | app/views/admin/page/index.rhtml |
radiant-0.6.3 | app/views/admin/page/index.rhtml |
radiant-0.6.2 | app/views/admin/page/index.rhtml |