<% content_for :section_title, "#{@user.name}" %>

<%= @user.name %>

<%= mail_to(@user.email) %>

<%= @user.role %>

<%= link_to('Edit', admin_edit_user_path(@user.to_i), { class: 'btn' }) %>