Sha256: 0b1daa0312b194f384a813ab335a98bc90e4987f61f4a25f5e621861fd49ac5f

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

Contents

<%
 title "Yay! You're on Rails!"
 meta_description 'Meta descriptions are useful for SEO purposes.'
 heading "Yay! You're on Rails!"
%>

<div class="row">
  <div class="col-sm-8">
    <p class="lead">
      You have successfully generated this project
      with <%= link_to 'orats', 'https://github.com/nickjj/orats' %> vVERSION.
    </p>

    <p>
      <%= image_tag 'https://badge.fury.io/rb/orats.png', alt: 'Gem badge' %>
      is the latest version.
    </p>

    <hr/>

    <h3>Learn more about Docker</h3>

    <ul>
      <li>
        <%= link_to 'Learn how to build web apps with Docker', 'https://diveintodocker.com/courses/dive-into-docker?utm_source=orats&utm_medium=github&utm_campaign=homepage' %>
      </li>
    </ul>

    <hr/>

    <h3>Want to get rid of this page?</h3>

    <p>No problem, just follow these steps:</p>

    <ul>
      <li>
        Run <code>docker-compose exec website rails d controller Pages</code>
      </li>
      <li>
        Remove the root route from <code>config/routes.rb</code>
      </li>
    </ul>
  </div>

  <div class="col-sm-4"></div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
orats-5.2.3 lib/orats/templates/base/app/views/pages/home.html.erb
orats-5.2.2 lib/orats/templates/base/app/views/pages/home.html.erb
orats-5.2.1 lib/orats/templates/base/app/views/pages/home.html.erb
orats-5.2.0 lib/orats/templates/base/app/views/pages/home.html.erb
orats-5.1.2 lib/orats/templates/base/app/views/pages/home.html.erb