myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3632] branches/packs/app/views/packs/item_show.h


From: noreply
Subject: [myexperiment-hackers] [3632] branches/packs/app/views/packs/item_show.html.erb: bug fix for adding titles
Date: Tue, 27 Aug 2013 14:12:42 +0000 (UTC)

Revision
3632
Author
dgc
Date
2013-08-27 14:12:42 +0000 (Tue, 27 Aug 2013)

Log Message

bug fix for adding titles

Modified Paths

Diff

Modified: branches/packs/app/views/packs/item_show.html.erb (3631 => 3632)


--- branches/packs/app/views/packs/item_show.html.erb	2013-08-27 13:52:34 UTC (rev 3631)
+++ branches/packs/app/views/packs/item_show.html.erb	2013-08-27 14:12:42 UTC (rev 3632)
@@ -7,7 +7,7 @@
     <td>Title</td>
     <td>
       <%=h @title -%>
-      <%= link_to('Add title', new_pack_annotation_path(@pack, { :template => 'title', :resource => @item.path })) -%>
+      <%= link_to('[Add title]', new_pack_annotation_path(@pack, { :template => 'title', :resource => @item.ore_path })) -%>
     </td>
   </tr>
   <tr>

reply via email to

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