Sha256: 71f3bdb5236e1fdf176871c1766c079c57e91c9216726960bab9fc0d24ceed6d
Contents?: true
Size: 952 Bytes
Versions: 23
Compression:
Stored size: 952 Bytes
Contents
<page title="Home"> <body: class="front-page"/> <content:> <header class="content-header hero-unit"> <h1>Welcome to <app-name/></h1> <section class="welcome-message"> <h3>Congratulations! Your Hobo Rails App is up and running</h3> <ul> <li>To customise this page: edit app/views/front/index.dryml</li> </ul> <%% if <%= options[:user_resource_name].camelize %>.count == 0 -%> <h3 style="margin-top: 20px;">There are no user accounts - please provide the details of the site administrator</h3> <form with="&this || <%= options[:user_resource_name].camelize %>.new" without-cancel> <field-list: fields="name, email_address, password, password_confirmation"/> <submit: label="Register Administrator"/> </form> <%% end -%> </section> </header> <section class="content-body"> </section> </content:> </page>
Version data entries
23 entries across 23 versions & 1 rubygems