From c1dd88b015db90c4ff6e00a0439b0a44bc00e180 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 6 Apr 2012 05:44:14 +0000 Subject: [PATCH] replace tabs to spaces at app/views/attachments/_links.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9324 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/attachments/_links.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/attachments/_links.html.erb b/app/views/attachments/_links.html.erb index 0b1480aad..af9822237 100644 --- a/app/views/attachments/_links.html.erb +++ b/app/views/attachments/_links.html.erb @@ -3,12 +3,12 @@

<%= link_to_attachment attachment, :class => 'icon icon-attachment', :download => true -%> <%= h(" - #{attachment.description}") unless attachment.description.blank? %> (<%= number_to_human_size attachment.filesize %>) - <% if attachment.is_text? %> - <%= link_to image_tag('magnifier.png'), + <% if attachment.is_text? %> + <%= link_to image_tag('magnifier.png'), :controller => 'attachments', :action => 'show', :id => attachment, :filename => attachment.filename %> <% end %> - <% if options[:deletable] %> + <% if options[:deletable] %> <%= link_to image_tag('delete.png'), attachment_path(attachment), :confirm => l(:text_are_you_sure), :method => :delete,