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

fixed Profile page

parent 9bcdd239
<h4>Howdy <%=current_user.first_name%></h4> <h4>User <%=current_user.first_name%> <%=current_user.last_name%></h4>
<%=link_to "Edit", edit_user_registration_path(current_user.id), {:style=>"font-size:18px; text-decoration:none; color:rgba(0,0,0,0.5)"}%>
<table> <table>
<tr><td>Email:</td><td><%=current_user.email%></td></tr> <tr><td>Email:</td><td><%=current_user.email%></td></tr>
<tr><td>Gender:</td><td><%=current_user.gender%></td></tr> <tr><td>Gender:</td><td><%=current_user.gender%></td></tr>
......
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