Sha256: 54ec815b367cd47e55be07c6459c0d4ddd652673421b31f6a6c3be9bf8e3e719

Contents?: true

Size: 942 Bytes

Versions: 39

Compression:

Stored size: 942 Bytes

Contents

<page title="Home">

  <body: class="front-page"/>

  <content:>
    <header class="content-header">
      <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

39 entries across 39 versions & 1 rubygems

Version Path
hobo-1.3.3 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.2 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.1 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.0.pre3 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.0.pre2 lib/generators/hobo/front_controller/templates/index.dryml
hobo-2.0.0.pre1 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.4.0.pre8 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.4.0.pre7 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.4.0.pre6 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.4.0.pre5 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.4.0.pre4 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.4.0.pre3 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.4.0.pre2 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.0 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.0.RC4 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.0.RC3 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.0.RC2 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.0.RC1 lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.0.RC lib/generators/hobo/front_controller/templates/index.dryml
hobo-1.3.0.pre31 lib/generators/hobo/front_controller/templates/index.dryml