To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / reports / issue_report_details.html.erb @ 1531:ae8145b28b2b

History | View | Annotate | Download (250 Bytes)

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), project_issues_report_path(@project) %>
7