unoffical wafrn mirror wafrn.net
atproto social-network activitypub
at angular21 16 lines 564 B view raw
1<div class="flex flex-wrap row-gap-2 justify-content-between"> 2 <div class="flex align-items-center"> 3 @if (notes) { 4 <p class="m-0 text-sm"> 5 <a class="subtle-link notes-link" mat-stroked-button [postLink]="fragment()" 6 ><b>{{ notes }}</b> notes</a 7 > 8 </p> 9 } @else { 10 <p class="m-0 text-sm"> 11 <a [postLink]="fragment()" class="subtle-link notes-link">View thread</a> 12 </p> 13 } 14 </div> 15 <app-post-action-buttons [fragment]="fragment()" settingKey="postReplyBarOrder"></app-post-action-buttons> 16</div>