Sha256: 574a26083263f5ca2ae26f993c1875c215ae2af8a5298413049d0f042a2bd6d6
Contents?: true
Size: 778 Bytes
Versions: 6
Compression:
Stored size: 778 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 User.count == 0 -%> <h3 style="margin-top: 20px;">There are no user accounts - please provide the details of the site administrator</h3> <do with="&User.new"><% this.exempt_from_edit_checks = true %> <signup-form/> </do> <% end -%> </section> </header> <section class="content-body"> </section> </content:> </page>
Version data entries
6 entries across 6 versions & 1 rubygems