You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by an...@apache.org on 2013/02/05 16:11:30 UTC

svn commit: r1442618 - /incubator/bloodhound/trunk/bloodhound_search/bhsearch/templates/bhsearch.html

Author: andrej
Date: Tue Feb  5 15:11:30 2013
New Revision: 1442618

URL: http://svn.apache.org/viewvc?rev=1442618&view=rev
Log:
#365 - fix result size rendering when there is no facets on page

Modified:
    incubator/bloodhound/trunk/bloodhound_search/bhsearch/templates/bhsearch.html

Modified: incubator/bloodhound/trunk/bloodhound_search/bhsearch/templates/bhsearch.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_search/bhsearch/templates/bhsearch.html?rev=1442618&r1=1442617&r2=1442618&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_search/bhsearch/templates/bhsearch.html (original)
+++ incubator/bloodhound/trunk/bloodhound_search/bhsearch/templates/bhsearch.html Tue Feb  5 15:11:30 2013
@@ -126,7 +126,7 @@
             </py:if>
           </div>
 
-          <div class="span9">
+          <div class="${'span12' if not facet_counts else 'span9'}">
             <h2>
               Results <small>(${results.displayed_items()})</small>
             </h2>