Sha256: 418b4c1db84fb6ba5b768851aa5a78b9e7af337939e0e05f0707eecfcb05f8ce
Contents?: true
Size: 364 Bytes
Versions: 4
Compression:
Stored size: 364 Bytes
Contents
<% if ['leader', 'possibility'].include?(report) %> <%= render :partial => report, :locals => {:pool => pool, :show_header => true}%> <br/> <br/> <% else %> <h2><%=report.capitalize%> Report</h2> <% report_output = '' report_method = "#{report}_report".to_sym pool.send(report_method, report_output) %> <pre> <small> <%= report_output %> </small> </pre> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems