OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/reportings/show.html.erb

36 lines
1.1 KiB

<%#-- 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)) %>
<h2>
<%= l('timelines.reporting_for_project.show',
:title => link_to_project(@reporting.reporting_to_project)).html_safe %>
</h2>
<div class="contextual timelines-for_previous_heading">
<%= 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') %>
</div>
<%= render :partial => 'show' %>
<br/>
<p>
<%= link_to(l(:button_back), url_for(:back)) %>
</p>