notices, password recovery corner cases and UI changes
This commit is contained in:
parent
dace874f4f
commit
a69df8e658
14 changed files with 49 additions and 38 deletions
|
@ -1,8 +1,8 @@
|
|||
<h3>Welcome</h3>
|
||||
<h4>Welcome</h4>
|
||||
<% if logged_in? %>
|
||||
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%>
|
||||
<%end%>
|
||||
<% else %>
|
||||
<%= button_to "Login", '/login', method: :get, class: 'btn'%>
|
||||
<%= button_to "Sign Up", '/users/new', method: :get, class: 'btn'%>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue