BathHacked/energy-sparks

View on GitHub
app/views/admin/schools/school_attributes/show.html.erb

Summary

Maintainability
Test Coverage
<h1>School: <%= @school.name %></h1>

<table class="table table-striped mt-4">
  <thead>
    <tr>
      <th>Type</th>
      <th>Meter type</th>
      <th>Reason</th>
      <th>By</th>
      <th>On</th>
      <th>Output</th>
    </tr>
  </thead>
  <tbody>
    <%= render 'single', meter_attribute: @meter_attribute %>
  </tbody>
</table>