myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3730] branches/packs/app/views/packs/show.rhtml:


From: noreply
Subject: [myexperiment-hackers] [3730] branches/packs/app/views/packs/show.rhtml: changed download button to download the zipped RO
Date: Thu, 26 Sep 2013 15:04:22 +0000 (UTC)

Revision
3730
Author
dgc
Date
2013-09-26 15:04:22 +0000 (Thu, 26 Sep 2013)

Log Message

changed download button to download the zipped RO

Modified Paths

Diff

Modified: branches/packs/app/views/packs/show.rhtml (3729 => 3730)


--- branches/packs/app/views/packs/show.rhtml	2013-09-26 14:36:57 UTC (rev 3729)
+++ branches/packs/app/views/packs/show.rhtml	2013-09-26 15:04:22 UTC (rev 3730)
@@ -12,7 +12,7 @@
   <% end %>
   <li><%= icon('folder', pack_items_path(@pack), nil, nil, 'View Items') -%></li>
   <li><%= icon('annotations', pack_annotations_path(@pack), nil, nil, 'Annotations') -%></li>
-  <li><%= icon('disk', download_pack_path(@pack), nil, nil, "Download") %></li>
+  <li><%= icon('disk', zipped_research_object_url(@pack.research_object.slug) + "/", nil, nil, "Download") %></li>
   <% if false %>
   <% if @authorised_to_edit -%>
     <li><%= icon('new', snapshot_pack_path(@pack), nil, { :confirm => 'Are you sure that you would like to create a new snapshot of this Pack?', :method => :post }, 'Create snapshot') %></li>

reply via email to

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