Sha256: eee417fe8f042d52730516e087d4bda8321ca08a7427ade3ccf3cdf5b5724db0

Contents?: true

Size: 680 Bytes

Versions: 4

Compression:

Stored size: 680 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>
      </section>
    </header>

    <section class="content-body" repeat="&front_models">
      <div class="model">
        <h3><type-name plural/></h3>
        <collection:recent/>
        <p if="&can_create? && linkable?(:new)">Create a <a to="&this" action="new"/>.</p>
      </div>
    </section>
  </content:>
  
</page>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hobo-0.8.4 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.8.2 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.8.3 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.8.5 rails_generators/hobo_front_controller/templates/index.dryml