Sha256: 2593a1643d324386a91b510cda823a3225ed98161647079853305bc3f7b801f4

Contents?: true

Size: 1.02 KB

Versions: 19

Compression:

Stored size: 1.02 KB

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 User.count == 0 -%>
          <h3 style="margin-top: 20px;">There are no user accounts - please provide the details of the site administrator</h3>
<% if invite_only? %>
          <form with="&this || User.new" without-cancel>
            <field-list: fields="name, email_address, password, password_confirmation"/>
            <submit: label="Register Administrator"/>
          </form>
<% else -%>
          <do with="&User.new"><%% this.exempt_from_edit_checks = true %>
            <signup-form/>
          </do>
<% end -%>
        <%% end -%>
        
      
      </section>
    </header>

    <section class="content-body">
    </section>
  </content:>
  
</page>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hobo-1.1.0 rails_generators/hobo_front_controller/templates/index.dryml
hobo-1.0.3 rails_generators/hobo_front_controller/templates/index.dryml
hobo-1.1.0.pre4 rails_generators/hobo_front_controller/templates/index.dryml
hobo-1.1.0.pre3 rails_generators/hobo_front_controller/templates/index.dryml
hobo-1.1.0.pre2 rails_generators/hobo_front_controller/templates/index.dryml
hobo-1.1.0.pre0 rails_generators/hobo_front_controller/templates/index.dryml
hobo-1.0.2 rails_generators/hobo_front_controller/templates/index.dryml
hobo-1.0.1 rails_generators/hobo_front_controller/templates/index.dryml
hobo-1.0.0 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.9.106 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.9.105 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.9.104 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.9.103 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.9.102 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.9.101 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.9.100 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.9.0 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.8.10 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.8.9 rails_generators/hobo_front_controller/templates/index.dryml