myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3302] branches/wf4ever/app/views/workflows: Fake


From: noreply
Subject: [myexperiment-hackers] [3302] branches/wf4ever/app/views/workflows: Fake links to wfrun page
Date: Tue, 15 Jan 2013 14:21:40 +0000 (UTC)

Revision
3302
Author
stain
Date
2013-01-15 14:21:39 +0000 (Tue, 15 Jan 2013)

Log Message

Fake links to wfrun page

Modified Paths

Added Paths

Diff

Added: branches/wf4ever/app/views/workflows/_runs.rhtml (0 => 3302)


--- branches/wf4ever/app/views/workflows/_runs.rhtml	                        (rev 0)
+++ branches/wf4ever/app/views/workflows/_runs.rhtml	2013-01-15 14:21:39 UTC (rev 3302)
@@ -0,0 +1,11 @@
+<div>
+  <h3>
+    <%= info_icon_with_tooltip("Known workflow executions using this workflow definition") %>
+    Workflow runs
+  </h3>
+  <ul>
+    <li><a href="" #1 (2012-11-17)</a> by Kristina Hettne in RO <a href="" annotation of SNPs</a></li>
+    <li><a href="" #7 (2012-12-24)</a> by Kristina Hettne in RO <a href="" annotation of SNPs</a></li>
+    <li><a href="" #2 (2013-01-14)</a> by Stian Soiland-Reyes in RO <a href="" Kristina's work</a></li>
+  </ul> 
+</div>
\ No newline at end of file

Modified: branches/wf4ever/app/views/workflows/show.rhtml (3301 => 3302)


--- branches/wf4ever/app/views/workflows/show.rhtml	2013-01-15 14:11:05 UTC (rev 3301)
+++ branches/wf4ever/app/views/workflows/show.rhtml	2013-01-15 14:21:39 UTC (rev 3302)
@@ -170,6 +170,8 @@
 
         <br/>
 
+        <%= render :partial => "workflows/runs", :locals => { :workflow => @workflow } %>
+        
         <h3>
           <%= info_icon_with_tooltip("This section provides example data sets (workflow inputs and outputs) to this workflow") %>
           Example data sets

reply via email to

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