mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 20:38:16 +02:00
feat(forums): add topic count number css style
This commit is contained in:
@@ -64,8 +64,8 @@
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
<td class="text-center xs-hide">{{f.topicCount}}</td>
|
||||
<td class="text-center xs-hide">{{f.replyCount}}</td>
|
||||
<td class="text-center xs-hide"><span class="count-number">{{f.topicCount}}</span></td>
|
||||
<td class="text-center xs-hide"><span class="count-number">{{f.replyCount}}</span></td>
|
||||
<td class="xs-hide sm-hide">
|
||||
<div ng-if="f.lastTopic">
|
||||
<div ng-if="f.lastTopic._replies.length > 0"> <!--reply-->
|
||||
|
||||
@@ -77,8 +77,8 @@
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
<td class="text-center xs-hide">{{t.replyCount}}</td>
|
||||
<td class="text-center xs-hide">{{t.viewCount}}</td>
|
||||
<td class="text-center xs-hide"><span class="count-number">{{t.replyCount}}</span></td>
|
||||
<td class="text-center xs-hide"><span class="count-number">{{t.viewCount}}</span></td>
|
||||
<td class="xs-hide sm-hide">
|
||||
<div class="small reply-by">
|
||||
<span translate="FORUMS.FIELDS.REPLY_BY_1"
|
||||
|
||||
Reference in New Issue
Block a user