annotate app/views/reports/issue_report_details.html.erb @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 261b3d9a4903
children
rev   line source
Chris@0 1 <h2><%=l(:label_report_plural)%></h2>
Chris@0 2
Chris@0 3 <h3><%=@report_title%></h3>
Chris@0 4 <%= render :partial => 'details', :locals => { :data => @data, :field_name => @field, :rows => @rows } %>
Chris@0 5 <br />
Chris@1464 6 <%= link_to l(:button_back), project_issues_report_path(@project) %>
Chris@0 7