aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search/search.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-04 16:58:21 +0200
committerChocobozzz <me@florianbigard.com>2018-09-04 17:31:28 +0200
commitb1ee8526d35eb7df4fb70ae755eae08e7497042c (patch)
tree0cf4ea1faeef2294dd4001708e917fb5f9699fc9 /client/src/app/search/search.component.html
parent8cd7faaa331f83903f0bbaead288661218e38bdb (diff)
downloadPeerTube-b1ee8526d35eb7df4fb70ae755eae08e7497042c.tar.gz
PeerTube-b1ee8526d35eb7df4fb70ae755eae08e7497042c.tar.zst
PeerTube-b1ee8526d35eb7df4fb70ae755eae08e7497042c.zip
Fix search results on mobile
Diffstat (limited to 'client/src/app/search/search.component.html')
-rw-r--r--client/src/app/search/search.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html
index b35a46ec9..a258d4edd 100644
--- a/client/src/app/search/search.component.html
+++ b/client/src/app/search/search.component.html
@@ -50,7 +50,7 @@
50 <div class="video-info"> 50 <div class="video-info">
51 <a class="video-info-name" [routerLink]="['/videos/watch', result.uuid]" [attr.title]="result.name">{{ result.name }}</a> 51 <a class="video-info-name" [routerLink]="['/videos/watch', result.uuid]" [attr.title]="result.name">{{ result.name }}</a>
52 <span i18n class="video-info-date-views">{{ result.publishedAt | myFromNow }} - {{ result.views | myNumberFormatter }} views</span> 52 <span i18n class="video-info-date-views">{{ result.publishedAt | myFromNow }} - {{ result.views | myNumberFormatter }} views</span>
53 <a class="video-info-account" [routerLink]="[ '/accounts', result.by ]">{{ result.by }}</a> 53 <a class="video-info-account" [routerLink]="[ '/accounts', result.byAccount ]">{{ result.byAccount }}</a>
54 </div> 54 </div>
55 </div> 55 </div>
56 </ng-container> 56 </ng-container>