]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/menu.component.html
only count comments from people other than the video author
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / menu.component.html
index 2331e20d9e9ab9ea83afe8cbbba2975d8cd17d54..9aa397edd843b80e6499641ed4bca41bf206886b 100644 (file)
           <ng-container i18n>Trending</ng-container>
         </a>
 
-        <a routerLink="/videos/most-liked" routerLinkActive="active">
-          <my-global-icon iconName="like" aria-hidden="true"></my-global-icon>
-          <ng-container i18n>Most liked</ng-container>
-        </a>
-
         <a routerLink="/videos/recently-added" routerLinkActive="active">
           <my-global-icon iconName="recently-added" aria-hidden="true"></my-global-icon>
           <ng-container i18n>Recently added</ng-container>
         </div>
 
         <div class="footer-copyleft">
-          <small class="d-inline" i18n-title title="powered by PeerTube - CopyLeft 2015-2020">
+          <small class="d-inline" i18n-title title="powered by PeerTube - CopyLeft 2015-2021">
             <a href="https://joinpeertube.org" class="mr-1" target="_blank" rel="noopener noreferrer" i18n>powered by PeerTube</a>
 
             <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" target="_blank" rel="noopener noreferrer">
-              <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">&copy;</span> 2015-2020
+              <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">&copy;</span> 2015-2021
             </a>
           </small>
         </div>