myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3351] branches/wf4ever/app/views/packs/show.rhtm


From: noreply
Subject: [myexperiment-hackers] [3351] branches/wf4ever/app/views/packs/show.rhtml: hidden old relationships from view
Date: Fri, 25 Jan 2013 09:53:27 +0000 (UTC)

Revision
3351
Author
dgc
Date
2013-01-25 09:53:27 +0000 (Fri, 25 Jan 2013)

Log Message

hidden old relationships from view

Modified Paths

Diff

Modified: branches/wf4ever/app/views/packs/show.rhtml (3350 => 3351)


--- branches/wf4ever/app/views/packs/show.rhtml	2013-01-25 09:48:50 UTC (rev 3350)
+++ branches/wf4ever/app/views/packs/show.rhtml	2013-01-25 09:53:27 UTC (rev 3351)
@@ -107,10 +107,13 @@
 			<br/><br/>
 			<h4>
 				<%= info_icon_with_tooltip("This section shows all the relationships between the items in this pack.") -%>
-				Relationships <span class="count_text">(<%= @pack.relationships.length -%>)</span>
+				Relationships <% if false %><span class="count_text">(<%= @pack.relationships.length -%>)<% end %></span>
 			</h4>
 
+      <% if false %>
 			<%= render :partial => "relationships/relationships", :locals => { :context => @pack, :show_delete => true } -%>
+      <% end %>
+
 			
       <% if @authorised_to_edit %>
         <% if @pack.items_count < 2 %>

reply via email to

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