Sha256: 3c8b1f49d8702ab5346451dedfe1df66b63717d87d27f23b7205721daa20c385
Contents?: true
Size: 378 Bytes
Versions: 18
Compression:
Stored size: 378 Bytes
Contents
<% if ['final_four', '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
18 entries across 18 versions & 1 rubygems