Commit 988f812509c2e64163d01fcc81dec44becf9f079
1 parent
79c3cb29
Exists in
master
and in
22 other branches
ActionItem138: bug fix list blocks
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1108 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
app/design_blocks/list_block/views/enterprise.rhtml
@@ -3,3 +3,4 @@ | @@ -3,3 +3,4 @@ | ||
3 | <li> <%= link_to_homepage(content_tag('span',p.name) + (p.image ? image_tag(p.image.public_filename :portrait) : ''), p.identifier) %> </li> | 3 | <li> <%= link_to_homepage(content_tag('span',p.name) + (p.image ? image_tag(p.image.public_filename :portrait) : ''), p.identifier) %> </li> |
4 | <% end %> | 4 | <% end %> |
5 | </ul> | 5 | </ul> |
6 | +<br style="clear: both;" /> |
app/design_blocks/list_block/views/person.rhtml
@@ -3,3 +3,4 @@ | @@ -3,3 +3,4 @@ | ||
3 | <li> <%= link_to_homepage(content_tag('span',p.name) + (p.image ? image_tag(p.image.public_filename :portrait) : ''), p.identifier) %> </li> | 3 | <li> <%= link_to_homepage(content_tag('span',p.name) + (p.image ? image_tag(p.image.public_filename :portrait) : ''), p.identifier) %> </li> |
4 | <% end %> | 4 | <% end %> |
5 | </ul> | 5 | </ul> |
6 | +<br style="clear: both;" /> |