mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
FIX: On mobile, allow topic entrance from suggested topics
This commit is contained in:
parent
ab2a56624b
commit
3980d14d5e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
<div class="topic-item-stats clearfix">
|
||||
<div class="pull-right">
|
||||
{{posts-count-column topic=topic tagName="div" class="num posts"}}
|
||||
{{posts-count-column topic=topic tagName="div" class="num posts" action="clickedPosts"}}
|
||||
{{activity-column topic=topic tagName="div" class="num activity last"}}
|
||||
</div>
|
||||
{{#unless controller.hideCategory}}
|
||||
|
|
Loading…
Reference in a new issue