BathHacked/energy-sparks

View on GitHub
app/views/comparisons/thermostat_sensitivity/_table.html.erb

Summary

Maintainability
Test Coverage
<%= component 'comparison_table',
              report: report, advice_page: advice_page, table_name: table_name, index_params: index_params,
              headers: headers, colgroups: colgroups, advice_page_tab: advice_page_tab do |c| %>
  <% @results.each do |result| %>
    <% c.with_row do |r| %>
      <% r.with_school school: result.school %>
      <% r.with_var val: result.annual_saving_1_C_change_gbp, unit: :£, change: true %>
    <% end %>
  <% end %>
<% end %>