Noosfero/noosfero

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

Summary

Maintainability
Test Coverage
<% unless @action %>
  <% cache_timeout(profile.cache_key + '-profile-general-info', 4.hours) do %>
    <%= display_content %>

    <% if !environment.enabled?('disable_categories') && !profile.interests.empty? %>
      <%= display_interests %>
    <% end %>

    <%= display_general %>
  <% end %>
<% end %>