Noosfero/noosfero

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

Summary

Maintainability
Test Coverage
<h1><%= _("%s is following") % profile.name %></h1>

<%= render :partial => 'follow', :locals => {:follow => @followed_people} %>