myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3647] branches/packs/app: changed pack download


From: noreply
Subject: [myexperiment-hackers] [3647] branches/packs/app: changed pack download icon
Date: Sat, 31 Aug 2013 13:38:36 +0000 (UTC)

Revision
3647
Author
dgc
Date
2013-08-31 13:38:35 +0000 (Sat, 31 Aug 2013)

Log Message

changed pack download icon

Modified Paths

Diff

Modified: branches/packs/app/helpers/application_helper.rb (3646 => 3647)


--- branches/packs/app/helpers/application_helper.rb	2013-08-31 13:35:34 UTC (rev 3646)
+++ branches/packs/app/helpers/application_helper.rb	2013-08-31 13:38:35 UTC (rev 3647)
@@ -747,6 +747,8 @@
       return "famfamfam_silk/note.png"
     when "folder"
       return "famfamfam_silk/folder.png"
+    when "disk"
+      return "famfamfam_silk/disk.png"
     else
       return Conf.label_icons[method.to_s] if Conf.label_icons[method.to_s]
     end

Modified: branches/packs/app/views/packs/show.rhtml (3646 => 3647)


--- branches/packs/app/views/packs/show.rhtml	2013-08-31 13:35:34 UTC (rev 3646)
+++ branches/packs/app/views/packs/show.rhtml	2013-08-31 13:38:35 UTC (rev 3647)
@@ -12,7 +12,7 @@
   <% end %>
   <li><%= icon('folder', pack_items_path(@pack), nil, nil, 'Resources') -%></li>
   <li><%= icon('annotations', pack_annotations_path(@pack), nil, nil, 'Annotations') -%></li>
-  <li><%= icon('pack', download_pack_path(@pack), nil, nil, "Download") %></li>
+  <li><%= icon('disk', download_pack_path(@pack), 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]