Commit 5b1bcb71 authored by Alexander Hans Collado Jr.'s avatar Alexander Hans Collado Jr.
parents 6f76b8c1 fcc4b260
...@@ -89,6 +89,7 @@ GEM ...@@ -89,6 +89,7 @@ GEM
mini_portile2 (~> 2.1.0) mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7) pkg-config (~> 1.1.7)
orm_adapter (0.5.0) orm_adapter (0.5.0)
pg (0.18.4)
pkg-config (1.1.7) pkg-config (1.1.7)
puma (3.4.0) puma (3.4.0)
rack (2.0.1) rack (2.0.1)
...@@ -176,6 +177,7 @@ DEPENDENCIES ...@@ -176,6 +177,7 @@ DEPENDENCIES
jbuilder (~> 2.5) jbuilder (~> 2.5)
jquery-rails jquery-rails
listen (~> 3.0.5) listen (~> 3.0.5)
pg
puma (~> 3.0) puma (~> 3.0)
rails (~> 5.0.0) rails (~> 5.0.0)
sass-rails (~> 5.0) sass-rails (~> 5.0)
......
<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