From 258ba4f604d67b34f794ef680ad4e3e4f06c5868 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 10:17:53 +0000 Subject: [PATCH] replace tabs to spaces at app/views/files/index.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7328 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/files/index.html.erb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index 5a9a5e6fe..0844fa355 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -16,16 +16,16 @@ -<% @containers.each do |container| %> +<% @containers.each do |container| %> <% next if container.attachments.empty? -%> - <% if container.is_a?(Version) -%> + <% if container.is_a?(Version) -%> - - <%= link_to(h(container), {:controller => 'versions', :action => 'show', :id => container}, :class => "icon icon-package") %> - - - <% end -%> - <% container.attachments.each do |file| %> + + <%= link_to(h(container), {:controller => 'versions', :action => 'show', :id => container}, :class => "icon icon-package") %> + + + <% end -%> + <% container.attachments.each do |file| %> "> <%= 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 %> -- 2.39.5