Sha256: 946b4e053040002924d1e54beb92f59fd96ab7e46d39e107e1f24309ce1085ec

Contents?: true

Size: 667 Bytes

Versions: 2

Compression:

Stored size: 667 Bytes

Contents

<page>

  <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

2 entries across 2 versions & 1 rubygems

Version Path
hobo-0.8.1 rails_generators/hobo_front_controller/templates/index.dryml
hobo-0.8 rails_generators/hobo_front_controller/templates/index.dryml