Commit 9f6f83ad2efe3a728508c100ce574e612d3796d1
1 parent
c6db3b8b
Exists in
staging
and in
42 other branches
ActionItem25: clearing the area after each item
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1051 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/views/search/tag.rhtml
@@ -9,5 +9,6 @@ | @@ -9,5 +9,6 @@ | ||
9 | <div class='search-tagged-items'> | 9 | <div class='search-tagged-items'> |
10 | <% @tagged.each do |hit| %> | 10 | <% @tagged.each do |hit| %> |
11 | <%= render :partial => partial_for_hit(hit.class), :locals => { :hit => hit } %> | 11 | <%= render :partial => partial_for_hit(hit.class), :locals => { :hit => hit } %> |
12 | + <br style='clear: left;'/> | ||
12 | <% end %> | 13 | <% end %> |
13 | </div> | 14 | </div> |