Sha256: 4c66c573fe0cadf7e2b99de0fe53f6e2ed8fee5477708d89a89c6028328d570f
Contents?: true
Size: 941 Bytes
Versions: 12
Compression:
Stored size: 941 Bytes
Contents
<tr> <th></td> <% (1..study_length_in_weeks).each do |current_week| %> <th>week <%= current_week %></th> <% end %> </tr> <tr> <td><a href="#login_table">logins</a></td> <%= render "weekly_counts", klass: GroupMetrics::WeeklyLoginsCount, group_id: group.id, weeks: study_length_in_weeks %> </tr> <tr> <td><a href="#thoughts_table">thoughts</a></td> <%= render "weekly_counts", klass: GroupMetrics::WeeklyThoughtsCount, group_id: group.id, weeks: study_length_in_weeks %> </tr> <tr> <td><a href="#activities_past_table">activities past</a></td> <%= render "weekly_counts", klass: GroupMetrics::WeeklyActivitiesCount.in_the_past, group_id: group.id, weeks: study_length_in_weeks %> </tr> <tr> <td><a href="#activities_future_table">activities future</a></td> <%= render "weekly_counts", klass: GroupMetrics::WeeklyActivitiesCount.unscheduled_or_in_the_future, group_id: group.id, weeks: study_length_in_weeks %> </tr>
Version data entries
12 entries across 12 versions & 1 rubygems