Noosfero/noosfero

View on GitHub
app/views/tasks/_moderate_user_registration_custom_fields.html.erb

Summary

Maintainability
Test Coverage
<% task.requestor.custom_field_values.each do |custom_value| %>
  <% if custom_value.custom_field.moderation_task %>
    <div class="field-name">
      <%= custom_value.custom_field.name + ": " + display_custom_field_value(custom_value) %>
    </div>
  <% end %>
<% end %>