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

30 lines
1.1 KiB
Plaintext

fieldset.stats.stats-recievers
h3 You sent messages to these #{outboxStatistics.recievers.length} people
table.table-auto.table-
thead
tr.bg-gray-100
th.border.p-4= "search"
th.border.p-4= "cover"
th.border.p-4= "avatar"
th.border.p-4= "name"
th.border.p-4= "times"
th.border.p-4= "toots lengh sum"
tbody
each someone in outboxStatistics.recievers
tr.border
td.search.p-4.bg-blue-100
a.button.is-block(href= 'https://duckduckgo.com/?q='+someone.user.username)
i.fa.fa-search
td.cover
if(someone.infos && someone.infos.image)
a(href=someone.infos.image.url)
img(src=someone.infos.image.url)
td.avatar
if(someone.infos && someone.infos.icon)
a(href=someone.infos.icon.url)
img(src=someone.infos.icon.url)
td.name
a.font-medium(href=someone.name)=someone.user.username
td.counter=someone.counter
td.counter=someone.counterContentLength