Sha256: 7b0a5e78520528ac2dceae4ab439103c28239cb81e601d4065a100e605352e32

Contents?: true

Size: 327 Bytes

Versions: 5

Compression:

Stored size: 327 Bytes

Contents

<tr class="<%= cycle('odd', 'even') %>">
  <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 - Cohortly::TagConfig.all_groups).sort.join(', ')  %></td>
</tr>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cohortly-0.0.93 app/views/cohortly/metrics/_metric.html.erb
cohortly-0.0.92 app/views/cohortly/metrics/_metric.html.erb
cohortly-0.0.9.1 app/views/cohortly/metrics/_metric.html.erb
cohortly-0.0.9 app/views/cohortly/metrics/_metric.html.erb
cohortly-0.0.8 app/views/cohortly/metrics/_metric.html.erb