myexperiment-hackers
[Top][All Lists]
Advanced

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

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


From: noreply
Subject: [myexperiment-hackers] [3712] branches/packs/app/views/items/show.html.erb: added resource URI link to pack items
Date: Mon, 23 Sep 2013 12:20:40 +0000 (UTC)

Revision
3712
Author
dgc
Date
2013-09-23 12:20:39 +0000 (Mon, 23 Sep 2013)

Log Message

added resource URI link to pack items

Modified Paths

Diff

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


--- branches/packs/app/views/items/show.html.erb	2013-09-18 13:55:28 UTC (rev 3711)
+++ branches/packs/app/views/items/show.html.erb	2013-09-23 12:20:39 UTC (rev 3712)
@@ -28,6 +28,10 @@
         <td><%= user_link(@item.creator_uri) -%></td>
       </tr>
       <tr>
+        <td>URI</td>
+        <td><%= link_to(h(@item.uri.to_s), @item.uri.to_s, :rel => "nofollow") -%></td>
+      </tr>
+      <tr>
         <td>File name</td>
         <td><%=h @item.folder_entry.entry_name -%></td>
       </tr>

reply via email to

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