You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue_report_details.html.erb 300B

123456
  1. <h2><%= link_to l(:label_report_plural), project_issues_report_path(@project) %> »</h2>
  2. <h3><%=@report_title%></h3>
  3. <%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
  4. <br />
  5. <%= link_to l(:button_back), project_issues_report_path(@project) %>