ref: master
app/views/profile/fans.html.erb
<%= _("%s's fans") % profile.name %>
<% @fans.each do |person| %>
<%= button_bar do %> <%= button :back, _('Go back'), { :controller => 'profile' }%> <% end %>- <%= profile_image_link(person)%>
<% end %>