Sha256: 58ce494205269756588ff16db1c43c6cbe75434d576e537bd8a27df13f65d531

Contents?: true

Size: 607 Bytes

Versions: 2

Compression:

Stored size: 607 Bytes

Contents

<page>

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

  <content-header:>
    <h1 class="front-page-title">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/<%= file_name %>/index.dryml</li>
      </ul>
    </section>
  </content-header>

  <content-body:>
    <ul with="&front_models">
      <li:>
        <collection-preview/>
        <p if="&can_create? && linkable?(:new)">Create a <a to="&this" action="new"/>.</p>
      </li:>
    </ul>  
  </content-body>
  
</page>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hobo-0.7.4 hobo_files/plugin/generators/hobo_front_controller/templates/index.dryml
hobo-0.7.5 hobo_files/plugin/generators/hobo_front_controller/templates/index.dryml