ref: master
app/views/profile/_custom_fields.html.erb
<% public_values = profile.public_values %> <% if !public_values.blank?%><% profile.public_values.each do |cv|%> <%= _('Others') %> <% end%> <% end %> <%= cv.custom_field.name %> <%= display_custom_field_value(cv) %>