Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(394)

Unified Diff: app/subapps/browser/templates/browser_charm.handlebars

Issue 10832043: Update the downloads to be total vs recent.
Patch Set: Update the downloads to be total vs recent. Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | app/templates/charm-token.handlebars » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/subapps/browser/templates/browser_charm.handlebars
=== modified file 'app/subapps/browser/templates/browser_charm.handlebars'
--- app/subapps/browser/templates/browser_charm.handlebars 2013-06-27 21:15:01 +0000
+++ app/subapps/browser/templates/browser_charm.handlebars 2013-07-01 17:28:53 +0000
@@ -54,8 +54,8 @@
<dl>
<dt>Recent activity</dt>
<dd>
- <strong>{{ recent_download_count }}</strong>
- {{pluralize 'download' recent_download_count}},
+ <strong>{{ downloads }}</strong>
+ {{pluralize 'download' downloads}},
<strong>{{ recent_commit_count }}</strong>
{{pluralize 'commit' recent_commit_count}}
</dd>
« no previous file with comments | « [revision details] ('k') | app/templates/charm-token.handlebars » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b