UI and naming changes
This commit is contained in:
parent
a5e7fef642
commit
dace874f4f
12 changed files with 22 additions and 18 deletions
|
@ -1,9 +1,8 @@
|
|||
<h1>Welcome</h1>
|
||||
<h3>Welcome</h3>
|
||||
<% if logged_in? %>
|
||||
<h1>You are Logged In, <%= current_user.email %></h1>
|
||||
You are Logged In, <%= current_user.email %>
|
||||
<%= button_to "Logout", '/logout', method: :get%>
|
||||
<%else%>
|
||||
<%= button_to "Login", '/login', method: :get%>
|
||||
<%= button_to "Sign Up", '/users/new', method: :get%>
|
||||
<%= button_to "Password recovery", '/password_recovery_request', method: :get%>
|
||||
<%end%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue