chris@37:
<%= l(:label_total_time) %>: <%= html_hours(l_hours(@total_hours)) %>
chris@37:<%= pagination_links_full @entry_pages, @entry_count %>
chris@37: chris@37: <% other_formats_links do |f| %> Chris@909: <%= f.link_to 'Atom', :url => params.merge({:issue_id => @issue, :key => User.current.rss_key}) %> Chris@1464: <%= f.link_to 'CSV', :url => params, :onclick => "showModal('csv-export-options', '330px'); return false;" %> chris@37: <% end %> Chris@1464: Chris@1464: chris@37: <% end %> chris@37: chris@37: <% html_title l(:label_spent_time), l(:label_details) %> chris@37: chris@37: <% content_for :header_tags do %> chris@37: <%= auto_discovery_link_tag(:atom, {:issue_id => @issue, :format => 'atom', :key => User.current.rss_key}, :title => l(:label_spent_time)) %> chris@37: <% end %>