]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/attachments/_links.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 6 Apr 2012 05:44:14 +0000 (05:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 6 Apr 2012 05:44:14 +0000 (05:44 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9324 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/attachments/_links.html.erb

index 0b1480aadf0c3024bde4d8938213ddb86bcc4169..af982223763350dbbbe82b4fdb562fea806397bb 100644 (file)
@@ -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,