summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-04-06 05:44:14 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-04-06 05:44:14 +0000
commitc1dd88b015db90c4ff6e00a0439b0a44bc00e180 (patch)
tree19371dfbb3618a17a42d09d80e19bb9f43355fc2
parentd36d64f6648e96c40acb3639a5f33371b20b2e91 (diff)
downloadredmine-c1dd88b015db90c4ff6e00a0439b0a44bc00e180.tar.gz
redmine-c1dd88b015db90c4ff6e00a0439b0a44bc00e180.zip
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
-rw-r--r--app/views/attachments/_links.html.erb6
1 files 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 @@
<p><%= link_to_attachment attachment, :class => 'icon icon-attachment', :download => true -%>
<%= h(" - #{attachment.description}") unless attachment.description.blank? %>
<span class="size">(<%= number_to_human_size attachment.filesize %>)</span>
- <% 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,