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/issues/reports/report_details.html.erb

10 lines
405 B

<h2><%=l(:label_summary)%></h2>
<h3><%=@report_title%></h3>
<%= render :partial => 'report', :locals => { :statuses => @statuses,
:rows => @rows,
:data => @data,
:field_name => @field } %>
<br />
<%= link_to l(:button_back), report_project_issues_path(@project) %>