]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/search/search.component.html
add theming via css custom properties
[github/Chocobozzz/PeerTube.git] / client / src / app / search / search.component.html
index b35a46ec938efe377dc2632f3307a6529f3aa3d7..a258d4edd279b31ee2c9956514b10e204a745980 100644 (file)
@@ -50,7 +50,7 @@
       <div class="video-info">
         <a class="video-info-name" [routerLink]="['/videos/watch', result.uuid]" [attr.title]="result.name">{{ result.name }}</a>
         <span i18n class="video-info-date-views">{{ result.publishedAt | myFromNow }} - {{ result.views | myNumberFormatter }} views</span>
-        <a class="video-info-account" [routerLink]="[ '/accounts', result.by ]">{{ result.by }}</a>
+        <a class="video-info-account" [routerLink]="[ '/accounts', result.byAccount ]">{{ result.byAccount }}</a>
       </div>
     </div>
   </ng-container>