myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3337] branches/wf4ever/app/views/packs/show.rhtm


From: noreply
Subject: [myexperiment-hackers] [3337] branches/wf4ever/app/views/packs/show.rhtml: Show RO URI if present
Date: Wed, 23 Jan 2013 13:46:16 +0000 (UTC)

Revision
3337
Author
stain
Date
2013-01-23 13:46:16 +0000 (Wed, 23 Jan 2013)

Log Message

Show RO URI if present

Modified Paths

Diff

Modified: branches/wf4ever/app/views/packs/show.rhtml (3336 => 3337)


--- branches/wf4ever/app/views/packs/show.rhtml	2013-01-23 13:46:10 UTC (rev 3336)
+++ branches/wf4ever/app/views/packs/show.rhtml	2013-01-23 13:46:16 UTC (rev 3337)
@@ -42,6 +42,15 @@
 		    <b>Title:</b>
 		    <span class="title"><%=h @pack.title %></span>
 			</p>
+      
+      <% if @pack.ro_uri %>
+        <p class="ro_uri">
+          <span>Research object:</span>
+          <%= link_to @pack.ro_uri.to_s, @pack.ro_uri.to_s, :rel => 'nofollow' -%>
+        </p>
+	    <% end %>
+
+      
 			
 			<br/>
 			

reply via email to

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