<% @user.attributes.each do |attribute_name, value| %>
<%= attribute_name.titleize %>: <%= value %>
<% end %>