communities.rhtml 276 Bytes
<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 %>