mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-30 00:01:35 +00:00
Alter follower count text/number order
This commit is contained in:
parent
aa5d6966a3
commit
20b4e448eb
2 changed files with 4 additions and 4 deletions
|
|
@ -78,12 +78,12 @@ html
|
|||
if followerCountsAvailable
|
||||
if user.following != undefined
|
||||
div.profile-counter
|
||||
| #[span(data-numberformat=user.following).count #{numberFormat(user.following)} ]
|
||||
= ll.outgoing_follows_counter_label
|
||||
span(data-numberformat=user.following).count #{numberFormat(user.following)}
|
||||
if user.followedBy != undefined
|
||||
div.profile-counter
|
||||
| #[span(data-numberformat=user.followedBy).count #{numberFormat(user.followedBy)} ]
|
||||
= ll.incoming_follows_counter_label
|
||||
span(data-numberformat=user.followedBy).count #{numberFormat(user.followedBy)}
|
||||
else
|
||||
div.profile-counter.not-available Followers not available.
|
||||
.links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue