enju_circulation 0.0.54 → 0.0.55
Sign up to get free protection for your applications and to get access to all the features.
@@ -46,7 +46,7 @@
|
|
46
46
|
<%= link_to (image_tag 'icons/feed.png', :size => '16x16', :alt => 'RSS', :class => 'icon'), user_checkouts_path(user, :format => :rss) -%>
|
47
47
|
</li>
|
48
48
|
<li>
|
49
|
-
<%= link_to 'CSV', user_checkouts_path(:format => :csv, :locale => @locale.to_s) -%>
|
49
|
+
<%= link_to 'CSV', user_checkouts_path(user, :format => :csv, :locale => @locale.to_s) -%>
|
50
50
|
<%= link_to (image_tag 'icons/page_white_excel.png', :size => '16x16', :alt => 'CSV', :class => 'icon'), user_checkouts_path(user, :format => :csv, :locale => @locale.to_s) -%>
|
51
51
|
</li>
|
52
52
|
<%- end -%>
|