<%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <%= header_tags %> <% html_title l('timelines.reporting_for_project.show', :title => h(@reporting.reporting_to_project.name)) %>

<%= l('timelines.reporting_for_project.show', :title => link_to_project(@reporting.reporting_to_project)).html_safe %>

<%= link_to_if_authorized(l(:button_edit), {:action => :edit, :project_id => @project, :id => @reporting}, :class => 'icon icon-edit') %> <%= link_to_if_authorized(l(:button_delete), {:action => :confirm_destroy, :project_id => @project, :id => @reporting}, :class => 'icon icon-del') %>
<%= render :partial => 'show' %>

<%= link_to(l(:button_back), url_for(:back)) %>