ref: master
plugins/evaluation/views/evaluation_plugin_shared/_profile_mean.html.erb
<%= render :partial => 'evaluation_plugin_shared/star_value', :locals => {:value => profile.evaluations_mean.to_f} %> <% unless profile.evaluations.blank? %><%= _('%s evaluations') % profile.evaluations.count %>
<%= link_to _('Read evaluations'), :controller => 'evaluation_plugin_profile', :action => 'index', :profile => profile.identifier %>
<% else %><%= _('No evaluations yet') %>
<% end %>