myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3696] branches/packs/app/views/items/show.html.e


From: noreply
Subject: [myexperiment-hackers] [3696] branches/packs/app/views/items/show.html.erb: added link to create a new workflow run type annotation
Date: Tue, 10 Sep 2013 10:53:41 +0000 (UTC)

Revision
3696
Author
dgc
Date
2013-09-10 10:53:41 +0000 (Tue, 10 Sep 2013)

Log Message

added link to create a new workflow run type annotation

Modified Paths

Diff

Modified: branches/packs/app/views/items/show.html.erb (3695 => 3696)


--- branches/packs/app/views/items/show.html.erb	2013-09-10 10:28:59 UTC (rev 3695)
+++ branches/packs/app/views/items/show.html.erb	2013-09-10 10:53:41 UTC (rev 3696)
@@ -117,6 +117,7 @@
         <li><%= link_to("Select an input file", polymorphic_path([:new, @context, :annotation], { :template => 'input_selection_relationship', :workflow => @item.ore_path })) -%></li>
         <li><%= link_to("Add new hardware requirement", polymorphic_path([:new, @context, :annotation], { :template => 'requires_hardware', :resource => @item.ore_path })) -%></li>
         <li><%= link_to("Add new software requirement", polymorphic_path([:new, @context, :annotation], { :template => 'requires_software', :resource => @item.ore_path })) -%></li>
+        <li><%= link_to("Add new workflow run type", polymorphic_path([:new, @context, :annotation], { :template => 'workflow_run_type' })) -%></li>
       </ul>
     <% end %>
   </div>

reply via email to

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