<% content_for :section_title, "Profile" content_for :title, "Profile - Skills Assessment Admin" %>

Profile

Name: <%= current_user.name %>
email: <%= current_user.email %>
Role: <%= current_user.role %>
<%= link_to('Edit', admin_edit_profile_path, { class: "" }) %>