diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-07 17:18:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-07 17:18:09 +0000 |
commit | 5d3454853956adee21518a1fc891b26f36c3c294 (patch) | |
tree | 0bc4eacf7c1e8ba914aeaf32f5ffe31dbc8c339d /app/views | |
parent | fc1a295d8a51f49e75155835a766e8fc5f9d5977 (diff) | |
download | redmine-5d3454853956adee21518a1fc891b26f36c3c294.tar.gz redmine-5d3454853956adee21518a1fc891b26f36c3c294.zip |
CSV export added to timelog report (#1009).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1338 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/timelog/report.rhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/timelog/report.rhtml b/app/views/timelog/report.rhtml index c29cadf9c..97251bc11 100644 --- a/app/views/timelog/report.rhtml +++ b/app/views/timelog/report.rhtml @@ -60,6 +60,11 @@ </tr> </tbody> </table> + +<p class="other-formats"> +<%= l(:label_export_to) %> +<span><%= link_to 'CSV', params.merge({:format => 'csv'}), :class => 'csv' %></span> +</p> <% end %> <% end %> |