Commit 9f6f83ad2efe3a728508c100ce574e612d3796d1

Authored by AntonioTerceiro
1 parent c6db3b8b

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 9 <div class='search-tagged-items'>
10 10 <% @tagged.each do |hit| %>
11 11 <%= render :partial => partial_for_hit(hit.class), :locals => { :hit => hit } %>
  12 + <br style='clear: left;'/>
12 13 <% end %>
13 14 </div>
... ...