annotate app/views/reports/issue_report_details.html.erb @ 1470:2837ea054769 feature_550

Close obsolete branch feature_550
author Chris Cannam
date Tue, 22 Jan 2013 16:23:43 +0000
parents c6c2cbd0afee
children 622f24f53b42
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@0 6 <%= link_to l(:button_back), :action => 'issue_report' %>
Chris@0 7