2006-10-21 16:57:19 +04:00
|
|
|
<h2><%=l(:label_report_plural)%></h2>
|
|
|
|
|
2006-11-22 01:27:47 +03:00
|
|
|
<h3><%=@report_title%></h3>
|
2006-10-21 16:57:19 +04:00
|
|
|
<%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
|
|
|
|
<br />
|
|
|
|
<%= link_to l(:button_back), :action => 'issue_report' %>
|
|
|
|
|