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.rhtml @ 442:753f1380d6bc

History | View | Annotate | Download (239 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), :action => 'issue_report' %>
7