<% if not current_user %>
-
<%= button_to "signup", signup_path, {:class => "btn btn-primary", :method => "get"} %>
-
<%= button_to "login", login_path, {:class => "btn", :method => "get"} %>
<% else %>
-
<%= button_to "<- back to app", home_dashboard_index_path, {:class => "btn btn-primary", :method => "get"} %>
<% end %>
-
<%= button_to "Tutorial Credentials", "#", {:id => "show_creds_btn", :class => "btn btn-danger", :method => "get"} %>