%
content_for :section_title, "#{@user.name}"
%>
<%= @user.name %>
<%= mail_to(@user.email) %>
<%= @user.role %>
Quizzes:
<% @user.quizzes.each do |quiz| %>
- <%= quiz.name %>
<% end %>
<%= link_to('Edit', admin_edit_user_path(@user.to_i), { class: 'btn' }) %>