annotate app/views/reports/issue_report_details.html.erb @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents 261b3d9a4903
children
rev   line source
Chris@0 1 <h2><%=l(:label_report_plural)%></h2>
Chris@0 2
Chris@0 3 <h3><%=@report_title%></h3>
Chris@0 4 <%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
Chris@0 5 <br />
Chris@1464 6 <%= link_to l(:button_back), project_issues_report_path(@project) %>
Chris@0 7