app/views/cohortly/metrics/_metric.html.erb in cohortly-0.0.7 vs app/views/cohortly/metrics/_metric.html.erb in cohortly-0.0.8
- old
+ new
@@ -2,7 +2,7 @@
<td><%= metric.user_id %></td>
<td><%= metric.username %></td>
<td><%= metric.created_at.strftime("%m/%d/%Y %H:%M") %></td>
<td><%= metric.controller %></td>
<td><%= metric.action %></td>
- <td><%= metric.tags.join(', ') %></td>
+ <td><%= (metric.tags - Cohortly::TagConfig.all_groups).sort.join(', ') %></td>
</tr>