delonnewman/dragnet

View on GitHub
app/views/data_grid/show.html.erb

Summary

Maintainability
Test Coverage
<%= render 'surveys/tabs', survey: grid.survey, selected: :data %>

<div class="container-fluid" hx-ext="morph">
  <div id="data-grid-table">
    <%= render 'data_grid/table', grid: grid %>
  </div>
</div>