BathHacked/energy-sparks

View on GitHub
app/views/schools/advice/gas_costs/_cost_comparison.html.erb

Summary

Maintainability
Test Coverage
<%= render 'schools/advice/section_title', section_id: 'comparison', section_title: advice_t('gas_costs.analysis.comparison.title') %>

<%= component 'chart', chart_type: :electricity_cost_comparison_last_2_years_accounting, school: school do |c| %>
  <% c.with_title { advice_t('gas_costs.charts.cost_comparison_last_2_years_accounting.title') } %>
  <% c.with_subtitle { advice_t('gas_costs.charts.cost_comparison_last_2_years_accounting.subtitle_html', end_date: analysis_dates.end_date.to_fs(:es_short)) } %>
<% end %>