BathHacked/energy-sparks

View on GitHub
app/views/admin/global_meter_attributes/show.html.erb

Summary

Maintainability
Test Coverage
<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 'admin/schools/school_attributes/single', meter_attribute: @meter_attribute %>
  </tbody>
</table>