app/views/pages/home.html.haml
%h3.welcome Welcome to Thyracker!
.welcome-content
- if signed_in?
%p
You can create new samples by going to the
= link_to "Samples", samples_path
page then clicking on the 'New Sample' button.
%br
%p
You can also view visualized form of your samples by going to the
= link_to "Charts", charts_path
page.
- else
%h3 Create a new account to start tracking your Thyroid performance
= render "users/user_form", :user => @user