Sha256: f3429724bcb14451efc343bcf8b4ca7b694d3785d0e8641797b7bea5fce186aa
Contents?: true
Size: 797 Bytes
Versions: 17
Compression:
Stored size: 797 Bytes
Contents
<%= content_for(:title) do %> Home <% end %> <%= content_for(:description) do %> <%# TODO %> <% end %> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-8 col-sm-offset-2"> <h1>Welcome!</h1> <h2>This is the homepage</h2> <p> Find me in <code>app/views/pages/home.html.erb</code> </p> <p> Thanks to the <a href="https://github.com/thoughtbot/high_voltage">high_voltage</a> gem, if you need more static pages (like <code>/contact</code> or <code>/about-us</code>), just create a file in the <code>app/views/pages</code> folder, the route will be automatically available without you adding any controller or touching the <code>config/routes.rb</code> file! </p> </div> </div> </div>
Version data entries
17 entries across 17 versions & 1 rubygems