mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
drop views from mobile suggested topics
This commit is contained in:
parent
3d2cb17719
commit
661e6984d3
1 changed files with 0 additions and 5 deletions
|
@ -43,11 +43,6 @@
|
|||
</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div {{bind-attr class=":num :views viewsHeat"}}>
|
||||
<a href="{{lastUnreadUrl}}">
|
||||
<i class='fa fa-eye'></i> {{number views numberKey="views_long"}}
|
||||
</a>
|
||||
</div>
|
||||
{{#if bumped}}
|
||||
<div class='num activity last'>
|
||||
<a href="{{lastPostUrl}}" class='age' title='{{i18n last_post}}: {{{rawDate bumped_at}}}'>{{unboundAge bumped_at}}</a>
|
||||
|
|
Loading…
Reference in a new issue