myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [2488] branches/biocat/app/views/workflows: "See


From: noreply
Subject: [myexperiment-hackers] [2488] branches/biocat/app/views/workflows: "See the service entry" link in workflow internals (for Taverna 1 and 2 workflows) now point to the BioCat entry
Date: Fri, 30 Jul 2010 10:16:48 -0400 (EDT)

Revision
2488
Author
jits
Date
2010-07-30 10:16:47 -0400 (Fri, 30 Jul 2010)

Log Message

"See the service entry" link in workflow internals (for Taverna 1 and 2 workflows) now point to the BioCat entry

Modified Paths

Diff

Modified: branches/biocat/app/views/workflows/taverna2/_internals.rhtml (2487 => 2488)


--- branches/biocat/app/views/workflows/taverna2/_internals.rhtml	2010-07-27 14:10:03 UTC (rev 2487)
+++ branches/biocat/app/views/workflows/taverna2/_internals.rhtml	2010-07-30 14:16:47 UTC (rev 2488)
@@ -123,7 +123,7 @@
                 <td><%= h p.description -%>
                   <% if p.wsdl %>
                     <% if service = Service.find_by_wsdl(p.wsdl) %>
-                      <br /><p>See the <%= link_to('Service entry', service_path(service)) %>
+                      <br /><p>See the <%= link_to('Service entry', service.uri) %>
                       for this web service.</p>
                     <% end %>
                   <% end %>

Modified: branches/biocat/app/views/workflows/taverna_scufl/_internals.rhtml (2487 => 2488)


--- branches/biocat/app/views/workflows/taverna_scufl/_internals.rhtml	2010-07-27 14:10:03 UTC (rev 2487)
+++ branches/biocat/app/views/workflows/taverna_scufl/_internals.rhtml	2010-07-30 14:16:47 UTC (rev 2488)
@@ -51,7 +51,7 @@
 						    <td><%= h p.description -%>
                 <% if p.wsdl %>
                   <% if service = Service.find_by_wsdl(p.wsdl) %>
-                    <br /><p>See the <%= link_to('Service entry', service_path(service)) %>
+                    <br /><p>See the <%= link_to('Service entry', service.uri) %>
                     for this web service.</p>
                   <% end %>
                 <% end %>

reply via email to

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