mastodon-archive-stats/views/partials/contacts.pug

20 lines
587 B
Plaintext

fieldset.stats.stats-recievers
h3 You sent messages to these people
table
thead
tr
th= "search"
th= "name"
th= "times"
th= "toots lengh sum"
tbody
each someone in outboxStatistics.recievers
tr
td.search
a(href= 'https://duckduckgo.com/?q='+someone.user.username)
='search'
td.name
a(href=someone.name)=someone.user.username
td.counter=someone.counter
td.counter=someone.counterContentLength