2016-08-24 12:53:21 -05:00
|
|
|
<%
|
|
|
|
content_for :section_title, "Profile"
|
2016-11-22 16:59:54 -06:00
|
|
|
content_for :title, "Profile - Skills Assessment Admin"
|
2016-08-24 12:53:21 -05:00
|
|
|
%>
|
|
|
|
|
2016-09-19 14:25:17 -05:00
|
|
|
<p>Name: <%= current_user.name %></p>
|
|
|
|
<p>email: <%= current_user.email %></p>
|
|
|
|
<p>Role: <%= current_user.role %></p>
|
2016-08-24 12:53:21 -05:00
|
|
|
<%= link_to('Edit', admin_edit_profile_path, { class: 'btn' }) %>
|