myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3461] trunk/app/views/content/_index.rhtml: fixe


From: noreply
Subject: [myexperiment-hackers] [3461] trunk/app/views/content/_index.rhtml: fixed result count on pivot display
Date: Mon, 4 Mar 2013 12:32:31 +0000 (UTC)

Revision
3461
Author
dgc
Date
2013-03-04 12:32:31 +0000 (Mon, 04 Mar 2013)

Log Message

fixed result count on pivot display

Modified Paths

Diff

Modified: trunk/app/views/content/_index.rhtml (3460 => 3461)


--- trunk/app/views/content/_index.rhtml	2013-03-04 10:11:22 UTC (rev 3460)
+++ trunk/app/views/content/_index.rhtml	2013-03-04 12:32:31 UTC (rev 3461)
@@ -64,7 +64,7 @@
     </div>
     <div class="summary">
       <div class="result-count">
-        Showing <%= pluralize(@pivot[:results].size, 'result') -%>.
+        Showing <%= pluralize(@pivot[:results].total_entries, 'result') -%>.
         <% if @pivot[:results].size > 1 %>Use the <%if @pivot[:filters].length > 0 %>filters on the left and the <% end %>
         search box below to refine the results.<% end %>
       </div>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]