<%= l_hours(@total_hours) %>
<%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> | <%= link_to(l(:label_report), {:controller => 'time_entry_reports', :action => 'report', :project_id => @project}) %> <% if authorize_for('timelog', 'new') %> | <%= link_to l(:button_log_time), {:controller => 'timelog', :action => 'new', :project_id => @project} %> <% end %>
<% end %> <%= call_hook(:view_projects_show_sidebar_bottom, :project => @project) %> <% end %> <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :id => @project, :format => 'atom', :key => User.current.rss_key}) %> <%= stylesheet_link_tag "my_projects_overview.css", :plugin => "chiliproject_my_project_page", :media => 'all' %> <% end %> <% html_title(l(:label_overview)) -%>