create separate page for login

This commit is contained in:
Zachary Chai
2017-01-19 19:08:59 -05:00
parent ceeafa3208
commit 3039bd168b
10 changed files with 48 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<span class="signup pull-right">
<span class="signup">
<% if current_user %>
<% if !@user %>
<%= link_to current_user.name, current_user.room_url %> |