Sha256: 5b801a2d8b11366ea6e36dbf90517c78c770b85b6580d3e042ab4323a891e06c
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
<div class="subtitle"><%= link_to "« Back", {:controller => "pages"}, :class=>"left"%> COMPAGES - LISTING PAGES </div> <table><tbody><tr> <td class="left_column column rborder" style="m in-height:25em;"> <h2>Pages archive</h2> <p><%= link_to_remote "Add a page »", :url=>{:action=>"create"}%> <% unless @pages.empty? %> <ol id="pages_listed"> <% for page in @pages %> <% @page = page %> <%= render :partial => "page_listed" %> <% end %> </ol> <% else %> <p> Currently there are no pages! Start creating the first one by clicking on <em>Add a page ></em>.</p> <% end %> </p> </td> <td class="right_column column"> <h2> Pages Help<i>!</i> </h2> <p>Here are listed all the pages of the site, you can <em>edit the title by clicking on it</em>.</p> <p>To add a page to your site <em>click on “add a page”</em>.</p> <p>To wipe out a page you can <em>click on “delete”</em>.</p> <h2>Editing...</h2> <p>To fill up a page with contents or review contets and layout of a page <em>click on “edit”</em>.</p> <p>By clicking on <em>edit</em> you'll be able to: <ul> <li>add, and/or remove contents from your page</li> <li>change the position of the contents within the page</li> <li>chose the theme of your page</li> </ul> </td> </tr></tbody></table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compages-0.4.0 | app/views/pages/list.rhtml |