sanger/limber

View on GitHub
app/views/application/_summary.html.erb

Summary

Maintainability
Test Coverage
<div class='card-body'>
  <dl id="summary-information" class="row metadata">
    <% presenter.summary do |key,value| %>
      <dt><%= key %></dt><dd><%= value %></dd>
    <% end %>
  </dl>
</div>