ref: master
app/views/followers/index.html.erb
<%= _("%s is following") % profile.name %>
<% cache_timeout(profile.manage_friends_cache_key(params), 4.hours) do %> <% if @followed_people.empty? %><%= _("You don't follow anybody yet.") %>
<% end %> <%= button_bar do %> <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %> <% end %> <%= labelled_select(_('Profile type')+': ', :filter_profile_type, :last, :first, @active_filter, @profile_types, :id => "profile-type-filter") %> <%= render :partial => 'profile_list', :locals => { :profiles => @followed_people } %>
<%= pagination_links @followed_people, :param_name => 'npage' %> <% end %>