<% @evaluations.each do |evaluation|%> <%#= current_user.email%>
Selfpoints<%= evaluation.self_points%>
Selfcomments<%= evaluation.self_comments%>
Managerpoints<%#= evaluation.manager_points%>
Managercomments<%#= evaluation.manager_comments%>
<% end %>