Commit 66c70feac1826772c2527905000acf2bdb3f9fe2

Authored by Daniela Feitosa
1 parent fde2d536

Fixing list layout of person communities

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