From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 08:41:35 +0000 (+0000) Subject: replace tabs to spaces at app/views/timelog/index.html.erb X-Git-Tag: 1.3.0~653 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ea539c54d6b2c39e1436264ac64a83505ee6d4bf;p=redmine.git replace tabs to spaces at app/views/timelog/index.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7315 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/timelog/index.html.erb b/app/views/timelog/index.html.erb index d943d4303..55739412c 100644 --- a/app/views/timelog/index.html.erb +++ b/app/views/timelog/index.html.erb @@ -19,8 +19,8 @@

<%= pagination_links_full @entry_pages, @entry_count %>

<% other_formats_links do |f| %> - <%= f.link_to 'Atom', :url => params.merge({:issue_id => @issue, :key => User.current.rss_key}) %> - <%= f.link_to 'CSV', :url => params %> + <%= f.link_to 'Atom', :url => params.merge({:issue_id => @issue, :key => User.current.rss_key}) %> + <%= f.link_to 'CSV', :url => params %> <% end %> <% end %>