working login, signup, and logout

This commit is contained in:
Ken Johnson
2013-04-25 00:19:00 -04:00
parent 0154fecb0a
commit 47ce08bb20
20 changed files with 74 additions and 17 deletions
+3 -4
View File
@@ -4,7 +4,8 @@
</a>
<div class="user-profile">
<a data-toggle="dropdown" class="dropdown-toggle">
<img src="../assets/profile_color.jpg" alt="profile">
<img src=" <%= image_path('profile_color.jpg')%>" alt="profile">
</a>
<span class="caret"></span>
<ul class="dropdown-menu pull-right">
@@ -19,9 +20,7 @@
</a>
</li>
<li>
<a href="#">
Logout
</a>
<%= link_to "logout", logout_path %>
</li>
</ul>
</div>