Fixed: trash icon not visible on files list.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@580 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-07-02 15:32:42 +00:00
parent 7eba6786d3
commit 8687401d65
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<% if delete_allowed %>
<td align="center">
<div class="contextual">
<%= link_to_if_authorized '', {:controller => 'versions', :action => 'destroy_file', :id => version, :attachment_id => file}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %>
<%= link_to_if_authorized image_tag('delete.png'), {:controller => 'versions', :action => 'destroy_file', :id => version, :attachment_id => file}, :confirm => l(:text_are_you_sure), :method => :post %>
</div>
</td>
<% end %>