Commit 988f812509c2e64163d01fcc81dec44becf9f079

Authored by ValessioBrito
1 parent 79c3cb29

ActionItem138: bug fix list blocks


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1108 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/design_blocks/list_block/views/enterprise.rhtml
... ... @@ -3,3 +3,4 @@
3 3 <li> <%= link_to_homepage(content_tag('span',p.name) + (p.image ? image_tag(p.image.public_filename :portrait) : ''), p.identifier) %> </li>
4 4 <% end %>
5 5 </ul>
  6 +<br style="clear: both;" />
... ...
app/design_blocks/list_block/views/person.rhtml
... ... @@ -3,3 +3,4 @@
3 3 <li> <%= link_to_homepage(content_tag('span',p.name) + (p.image ? image_tag(p.image.public_filename :portrait) : ''), p.identifier) %> </li>
4 4 <% end %>
5 5 </ul>
  6 +<br style="clear: both;" />
... ...