myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3018] branches/showcase48/app/views/workflows/sh


From: noreply
Subject: [myexperiment-hackers] [3018] branches/showcase48/app/views/workflows/show.rhtml: added links to research objects in workflow page
Date: Wed, 6 Jun 2012 16:59:41 +0000 (UTC)

Revision
3018
Author
dgc
Date
2012-06-06 16:59:41 +0000 (Wed, 06 Jun 2012)

Log Message

added links to research objects in workflow page

Modified Paths

Diff

Modified: branches/showcase48/app/views/workflows/show.rhtml (3017 => 3018)


--- branches/showcase48/app/views/workflows/show.rhtml	2012-06-06 08:59:37 UTC (rev 3017)
+++ branches/showcase48/app/views/workflows/show.rhtml	2012-06-06 16:59:41 UTC (rev 3018)
@@ -285,7 +285,7 @@
             <% annotations.each do |annotation| %>
               <div>
                 <table>
-                  <tr><td><%=h annotation.research_object.title -%></td></tr>
+                  <tr><td><%= link_to(annotation.research_object.title, annotation.research_object) -%></td></tr>
                   <tr><td><%=h annotation.subject_text          -%></td></tr>
                   <tr><td><%=h annotation.predicate_text        -%></td></tr>
                   <tr><td><%=h annotation.objekt_text           -%></td></tr>

reply via email to

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