cirandas.net

ref: master

plugins/evaluation/views/evaluation_plugin_profile/index.html.erb


<% profile.evaluations.each do |evaluation| %>
  
<%= render :partial => 'enterprise_evaluation', :locals => {:evaluation => evaluation, :my_evaluation => true} %>
<% end %>