diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:11:05 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 01:11:05 +0000 |
commit | 776df7288be3b6009093138802403c751fcb3f8c (patch) | |
tree | 88432abe5615324c0474c2fb94f8cdc116d129fd /app | |
parent | bcd3a9bf6f055d2283cedcd411e5aeaa387973a2 (diff) | |
download | redmine-776df7288be3b6009093138802403c751fcb3f8c.tar.gz redmine-776df7288be3b6009093138802403c751fcb3f8c.zip |
replace tabs to spaces at app/views/time_entry_reports/report.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7367 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/time_entry_reports/report.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/time_entry_reports/report.html.erb b/app/views/time_entry_reports/report.html.erb index de2d10937..469921077 100644 --- a/app/views/time_entry_reports/report.html.erb +++ b/app/views/time_entry_reports/report.html.erb @@ -61,7 +61,7 @@ </table> <% other_formats_links do |f| %> - <%= f.link_to 'CSV', :url => params %> + <%= f.link_to 'CSV', :url => params %> <% end %> <% end %> <% end %> |