From 3e4d1fb04f497985f5f87875eebf5b9a46788254 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 29 Nov 2011 21:10:45 +0000 Subject: [PATCH] Backported r7982 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@7996 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/time_entry_reports/report.rhtml | 2 ++ app/views/timelog/_list.rhtml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/views/time_entry_reports/report.rhtml b/app/views/time_entry_reports/report.rhtml index de2d10937..0a97fdc04 100644 --- a/app/views/time_entry_reports/report.rhtml +++ b/app/views/time_entry_reports/report.rhtml @@ -32,6 +32,7 @@ <% unless @hours.empty? %> +
@@ -59,6 +60,7 @@
+
<% other_formats_links do |f| %> <%= f.link_to 'CSV', :url => params %> diff --git a/app/views/timelog/_list.rhtml b/app/views/timelog/_list.rhtml index defad1203..3e37c0b56 100644 --- a/app/views/timelog/_list.rhtml +++ b/app/views/timelog/_list.rhtml @@ -1,5 +1,6 @@ <% form_tag({}) do -%> <%= hidden_field_tag 'back_url', url_for(params) %> +
@@ -48,6 +49,7 @@ <% end -%>
+
<% end -%> <%= context_menu time_entries_context_menu_path %> -- 2.39.5