Skip to content

Commit

Permalink
Make email numbers dynamic on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
say-yawn authored and maxxcrawford committed Jun 11, 2021
1 parent 2c60331 commit 3286710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privaterelay/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</div>
<ul class="mpp-dashbaord-header-stats">
<li><span class="label">{% ftlmsg 'profile-stat-label-aliases-used' %}</span> <span>{{relay_addresses|length}}</span> </li>
<li><span class="label">{% ftlmsg 'profile-stat-label-forwarded' %}</span> <span>3</span> </li>
<li><span class="label">{% ftlmsg 'profile-stat-label-blocked' %}</span> <span>48</span> </li>
<li><span class="label">{% ftlmsg 'profile-stat-label-forwarded' %}</span> <span>{{user_profile.emails_forwarded}}</span> </li>
<li><span class="label">{% ftlmsg 'profile-stat-label-blocked' %}</span> <span>{{user_profile.emails_blocked}}</span> </li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 3286710

Please sign in to comment.