comparison app/views/reports/issue_report_details.html.erb @ 908:c6c2cbd0afee redmine-1.3

Rename .rhtml files to .html.erb in preparation for merge
author Chris Cannam
date Fri, 24 Feb 2012 18:36:29 +0000
parents app/views/reports/issue_report_details.rhtml@513646585e45
children 622f24f53b42
comparison
equal deleted inserted replaced
907:df51e8ff578d 908:c6c2cbd0afee
1 <h2><%=l(:label_report_plural)%></h2>
2
3 <h3><%=@report_title%></h3>
4 <%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
5 <br />
6 <%= link_to l(:button_back), :action => 'issue_report' %>
7