BathHacked/energy-sparks

View on GitHub
app/views/schools/low_carbon_hub_installations/new.html.erb

Summary

Maintainability
Test Coverage
<h1>Create a new Rtone API feed</h1>
<h2><%= @school.name %></h2>

<%= render 'form', school: @school, low_carbon_hub_installation: @low_carbon_hub_installation %>

<div class="other-actions">
  <%= link_to 'Cancel', school_solar_feeds_configuration_index_path(@school), class: 'btn' %>
</div>