6 lines
No EOL
205 B
Text
6 lines
No EOL
205 B
Text
<h1>Welcome</h1>
|
|
<% if logged_in? %>
|
|
<h1>You are Logged In, <%= current_user.username %></h1>
|
|
<%end%>
|
|
<%= button_to "Login", '/login', method: :get%>
|
|
<%= button_to "Sign Up", '/users/new', method: :get%> |