myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3481] trunk/app/views/packs/_items.rhtml: Fixed


From: noreply
Subject: [myexperiment-hackers] [3481] trunk/app/views/packs/_items.rhtml: Fixed issue with pack not showing items for versions when live pack is empty
Date: Fri, 15 Mar 2013 15:25:53 +0000 (UTC)

Revision
3481
Author
fbacall
Date
2013-03-15 15:25:53 +0000 (Fri, 15 Mar 2013)

Log Message

Fixed issue with pack not showing items for versions when live pack is empty

Modified Paths

Diff

Modified: trunk/app/views/packs/_items.rhtml (3480 => 3481)


--- trunk/app/views/packs/_items.rhtml	2013-03-14 15:50:41 UTC (rev 3480)
+++ trunk/app/views/packs/_items.rhtml	2013-03-15 15:25:53 UTC (rev 3481)
@@ -1,6 +1,6 @@
 <div id="packItems">
 	
-	<% if pack.items_count > 0 -%>
+	<% if (contributable_entries.size + remote_entries.size) > 0 -%>
 		
 		<% if false -%>
 		<%= view_privileges_notice -%>

reply via email to

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