annotate app/views/reports/issue_report_details.html.erb @ 1472:f0b798dad2d6 feature_526

Close obsolete branch feature_526
author Chris Cannam
date Tue, 20 Nov 2012 19:45:51 +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