Use a `user-stat` for the read time too

This commit is contained in:
Robin Ward 2017-10-16 13:18:52 -04:00
parent fb2e581b26
commit 80d0c6df7c
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
{{user-stat value=model.days_visited label="user.summary.days_visited"}}
</li>
<li>
<span class='value'>{{model.time_read}}</span>
<span class='label'>{{{i18n "user.summary.time_read"}}}</span>
{{user-stat value=model.time_read label="user.summary.time_read"}}
</li>
<li>
{{user-stat value=model.posts_read_count label="user.summary.posts_read"}}