<%= l(:label_total) %>: <%= html_hours(lwr(:label_f_hour, @total_hours)) %>
<%= pagination_links_full @entry_pages, @entry_count %>
<%= l(:label_export_to) %> <%= link_to 'Atom', {:issue_id => @issue, :format => 'atom', :key => User.current.rss_key}, :class => 'feed' %> <%= link_to 'CSV', params.merge(:format => 'csv'), :class => 'csv' %>
<% end %> <% html_title l(:label_spent_time), l(:label_details) %> <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, {:issue_id => @issue, :format => 'atom', :key => User.current.rss_key}, :title => l(:label_spent_time)) %> <% end %>