Backported r7982 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@7996 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-11-29 21:10:45 +00:00
parent 2858979b69
commit 3e4d1fb04f
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,7 @@
</div>
<% unless @hours.empty? %>
<div class="autoscroll">
<table class="list" id="time-report">
<thead>
<tr>
@ -59,6 +60,7 @@
</tr>
</tbody>
</table>
</div>
<% other_formats_links do |f| %>
<%= f.link_to 'CSV', :url => params %>

View File

@ -1,5 +1,6 @@
<% form_tag({}) do -%>
<%= hidden_field_tag 'back_url', url_for(params) %>
<div class="autoscroll">
<table class="list time-entries">
<thead>
<tr>
@ -48,6 +49,7 @@
<% end -%>
</tbody>
</table>
</div>
<% end -%>
<%= context_menu time_entries_context_menu_path %>