BathHacked/energy-sparks

View on GitHub
app/views/schools/advice/electricity_long_term/_insights_intro.html.erb

Summary

Maintainability
Test Coverage
<%= component 'notice', status: :neutral do |c| %>
  <% c.with_link do
       link_to t('advice_pages.electricity_long_term.what_is_long_term_use.link'),
               learn_more_school_advice_electricity_long_term_path(school)
     end %>
  <%= t('advice_pages.electricity_long_term.what_is_long_term_use.text_html') %>
<% end %>