% provide(:title, "Home") %>
Welcome to the Sample App
This is the home page for the
Ruby on Rails Tutorial
sample application.
<%= link_to "Sign up now!", '#', class: "btn btn-lg btn-primary" %>
<%= link_to image_tag("rails.png", alt: "Rails logo"), 'http://rubyonrails.org/' %>