Noosfero/noosfero

View on GitHub
app/views/profile/about.html.erb

Summary

Maintainability
Test Coverage
<h1><%= h profile.name %></h1>

<table>
  <%= display_basic_information %>
  <%= display_contact %>

  <%= render :partial => 'common' %>

  <%= render :partial => 'custom_fields'%>
</table>