annotate .svn/pristine/b2/b2d23f95d6214e578deb83fcc382ea31f387d199.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <h2><%=l(:label_report_plural)%></h2>
Chris@909 2
Chris@909 3 <h3><%=@report_title%></h3>
Chris@909 4 <%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
Chris@909 5 <br />
Chris@909 6 <%= link_to l(:button_back), :action => 'issue_report' %>
Chris@909 7