mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
fix merge conflicts
This commit is contained in:
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>
|
<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">
|
<a *ngFor="let following of followings" [href]="buildLink(following)" target="_blank" rel="noopener noreferrer">
|
||||||
{{ following }}
|
{{ following }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user