Mercurial > hg > soundsoftware-site
annotate .svn/pristine/b2/b2d23f95d6214e578deb83fcc382ea31f387d199.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +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 |