8 lines
254 B
Plaintext
8 lines
254 B
Plaintext
|
<h2><%=l(:label_report_plural)%></h2>
|
||
|
|
||
|
<strong><%=@report_title%></strong>
|
||
|
<%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
|
||
|
<br />
|
||
|
<%= link_to l(:button_back), :action => 'issue_report' %>
|
||
|
|