mirror of https://github.com/Chocobozzz/PeerTube
fix merge conflicts
parent
92f62f108b
commit
2b6ea97f1c
|
@ -23,14 +23,6 @@
|
|||
|
||||
<div i18n class="no-results" *ngIf="followingsPagination.totalItems === 0">This instance is not following any other.</div>
|
||||
|
||||
<<<<<<< HEAD
|
||||
||||||| parent of 932e04c48 (Change button)
|
||||
<div i18n class="no-results" *ngIf="followingsPagination.totalItems === 0">This instance does not have instances followings.</div>
|
||||
|
||||
=======
|
||||
<div i18n class="no-results" *ngIf="followingsPagination.totalItems === 0">This instance does not have instances followings.</div>
|
||||
|
||||
>>>>>>> 932e04c48 (Change button)
|
||||
<a *ngFor="let following of followings" [href]="buildLink(following)" target="_blank" rel="noopener noreferrer">
|
||||
{{ following }}
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue