myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3692] branches/packs/app/views/packs/show.rhtml:


From: noreply
Subject: [myexperiment-hackers] [3692] branches/packs/app/views/packs/show.rhtml: the concluding part of the conclusion(s) fix
Date: Fri, 6 Sep 2013 21:24:57 +0000 (UTC)

Revision
3692
Author
dgc
Date
2013-09-06 21:24:57 +0000 (Fri, 06 Sep 2013)

Log Message

the concluding part of the conclusion(s) fix

Modified Paths

Diff

Modified: branches/packs/app/views/packs/show.rhtml (3691 => 3692)


--- branches/packs/app/views/packs/show.rhtml	2013-09-06 21:23:13 UTC (rev 3691)
+++ branches/packs/app/views/packs/show.rhtml	2013-09-06 21:24:57 UTC (rev 3692)
@@ -103,9 +103,9 @@
     <p><%= resource_link(@pack.find_resource_by_path(@hypothesis)) -%></p>
   <% end %>
 
-  <% if @conclusion %>
-    <h2>Conclusion</h2>
-    <p><%= resource_link(@pack.find_resource_by_path(@conclusion)) -%></p>
+  <% if @conclusions %>
+    <h2>Conclusions</h2>
+    <p><%= resource_link(@pack.find_resource_by_path(@conclusions)) -%></p>
   <% end %>
 
   <% if @authorised_to_edit -%>

reply via email to

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