BathHacked/energy-sparks

View on GitHub
app/views/schools/solar_edge_installations/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Update SolarEdge Site <%= @solar_edge_installation.site_id %></h1>

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

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