Commit f5b52607 authored by royce-matthew's avatar royce-matthew

added registration functionality

parent db39e6e5
......@@ -23,7 +23,7 @@
<a href="/profile" class="nav-item right">My Profile</a>
<%else%>
<%= link_to "Log-in", new_user_session_path, {:class =>"nav-item right"}%>
<%= link_to "Register", user_registration_path, {:class =>"nav-item right"}%>
<%= link_to "Register", new_user_registration_path, {:class =>"nav-item right"}%>
<%end%>
</nav>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment