Commit 28e298e5dbcc29abb6f1c9c330b715d489baab95

Authored by Daniela Feitosa
2 parents 7af9fa59 66c70fea

Merge branch 'stable'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile/communities.rhtml
... ... @@ -5,7 +5,7 @@
5 5 <% cache_timeout(profile.communities_cache_key(params), 4.hour) do %>
6 6 <ul class='profile-list'>
7 7 <% @communities.each do |community| %>
8   - <li><%= profile_image_link(community)%></li>
  8 + <%= profile_image_link(community)%>
9 9 <% end %>
10 10 </ul>
11 11  
... ...