Commit 54275f62 authored by royce-matthew's avatar royce-matthew

replaced textts

parent b350914b
......@@ -19,7 +19,7 @@
<%if user_signed_in?%>
<%= link_to "Logout", destroy_user_session_path,{ method: :delete,:class=>" nav-item right"} %>
<div class="nav-item nohover right"> Hello <%= current_user.email%></div>
<div class="nav-item nohover right"> Hello <%= current_user.first_name%></div>
<a href="/profile" class="nav-item right">My Profile</a>
<%else%>
<%= link_to "Log-in", new_user_session_path, {:class =>"nav-item right"}%>
......
<h4>Howdy <%=current_user.email%></h4>
<h4>Howdy <%=current_user.first_name%></h4>
You Voted for<br>
<ul>
......
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