cirandas.net

ref: master

app/views/tasks/_moderate_user_registration_custom_fields.html.erb


<% task.requestor.custom_field_values.each do |custom_value| %>
  <% if custom_value.custom_field.moderation_task %>
    
<%= custom_value.custom_field.name + ": " + display_custom_field_value(custom_value) %>
<% end %> <% end %>