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

Version Path
hobo-2.2.6 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.2.5 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.2.4 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.2.3 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.2.2 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.2.1 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.2.0 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.1.2 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.1.1 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.1.0 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.1.0.pre4 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.1.0.pre3 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.1.0.pre2 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.1.0.pre1 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.1 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.0 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.0.pre10 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.0.pre9 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.0.pre8 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.0.pre7 lib/generators/hobo/front_controller/templates/index.dryml