_created_metrics.html.erb
404 Bytes
<div id="created-metrics-accordion">
<h3 class="jquery-ui-accordion"> <%= t('created_metrics') %> </h3>
<div>
<table class="table table-hover">
<thead>
<th> <%= t('name') %> </th>
<th> <%= t('code') %> </th>
</thead>
<tbody>
<%= render partial: 'created_metric', collection: metric_configurations, as: 'metric_configuration' %>
</tbody>
</table>
</div>
</div>