Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Replace days with weeks in mentees streaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngian committed Mar 12, 2014
1 parent d070316 commit 5a56b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remo/base/templates/dashboard_reps.html
Expand Up @@ -151,8 +151,8 @@ <h2>Reports</h2>
{{ reportee.get_full_name() }}
</a>
</td>
<td>{{ count_ng_reports(reportee, current_streak=True) }} days</td>
<td>{{ count_ng_reports(reportee, longest_streak=True) }} days</td>
<td>{{ count_ng_reports(reportee, current_streak=True) }} weeks</td>
<td>{{ count_ng_reports(reportee, longest_streak=True) }} weeks</td>
<td>{{ count_ng_reports(reportee, period=2) }} activities</td>
<td>{{ count_ng_reports(reportee, period=10) }} activities</td>
<td>{{ count_ng_reports(reportee) }} activities</td>
Expand Down

0 comments on commit 5a56b14

Please sign in to comment.