Sha256: 9d83dbbedac628b6f934355850cf7f6477ea5ad3bc71f28d6849901aa3ef9f2d
Contents?: true
Size: 342 Bytes
Versions: 6
Compression:
Stored size: 342 Bytes
Contents
<h2>My Profile</h2> <%= image_tag avatar_url(@user) %> <div id="user_profile"> <b>First Name:</b> <%=h @user.first_name %><br/> <b>Last Name:</b> <%=h @user.last_name %><br/> <b>Email:</b> <%=h @user.email %><br/> <% if signed_in? && current_user.id == @user.id %><%= link_to 'Edit', edit_user_path(current_user) %><% end %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems