">
<%= link_to_attachment file, :download => true, :title => file.description %> |
<%= format_time(file.created_on) %> |
@@ -34,9 +34,9 @@
<%= file.digest %> |
<%= link_to(image_tag('delete.png'), {:controller => 'attachments', :action => 'destroy', :id => file},
- :confirm => l(:text_are_you_sure), :method => :post) if delete_allowed %>
+ :confirm => l(:text_are_you_sure), :method => :post) if delete_allowed %>
|
-
+
<% end
reset_cycle %>
<% end %>