mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-01 03:29:12 +02:00
fix(forums): global topic reply by
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<div class="pagetop" ng-controller="ForumsSearchController as vm" ng-init="vm.init();">
|
||||
<div class="container">
|
||||
<div class="col-sm-8">
|
||||
<div class="col-sm-7">
|
||||
<div class="page-header">
|
||||
<h2 translate="FORUMS.FORUM_TITLE"></h2>
|
||||
|
||||
<p class="text-muted" translate="FORUMS.FORUM_SUB_TITLE"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="col-sm-5">
|
||||
<div class="page-header padding-top-10">
|
||||
<div class="input-group search-group">
|
||||
<input type="text" class="form-control" aria-label="search" placeholder="Search">
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
translate-values="{createdAt: '{{t.lastReplyAt | date: 'yyyy-MM-dd HH:mm:ss'}}'}">
|
||||
</div>
|
||||
</div>
|
||||
<div ng-if="f.lastTopic._replies.length == 0"> <!--post-->
|
||||
<div ng-if="t._replies.length == 0"> <!--post-->
|
||||
<div class="small reply-by">
|
||||
<span translate="FORUMS.FIELDS.REPLY_BY_1"></span>
|
||||
<span user-info="t.user" info-name></span>
|
||||
|
||||
Reference in New Issue
Block a user