communities.rhtml 276 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <h1><%= _("%s's communities") % profile.name %></h1> <ul class='profile-list'> <% @communities.each do |community| %> <li><%= profile_image_link(community)%></li> <% end %> </ul> <% button_bar do %> <%= button(:back, _('Go back'), :controller => 'profile') %> <% end %>