consul/consul

View on GitHub
app/components/admin/settings/table_component.html.erb

Summary

Maintainability
Test Coverage
<table class="<%= table_class %>">
  <thead>
    <tr>
      <th><%= key_header %></th>
      <th><%= value_header %></th>
    </tr>
  </thead>
  <tbody>
    <%= content %>
  </tbody>
</table>