2020-11-24 22:23:35 +01:00
h1 Artist Links
2019-12-04 15:04:25 +01:00
p
2024-06-06 22:28:35 +02:00
a.button href=~p"/profiles/#{@user}/artist_links/new"
2020-11-26 20:46:15 +01:00
' Request a link
2019-12-04 15:04:25 +01:00
p
2024-05-20 19:04:12 +02:00
' Artist links associate your account on
= site_name()
' with tags about content you create and with accounts on sites elsewhere. This allows users to easily identify artists and staff to act more rapidly on takedown requests.
2019-12-04 15:04:25 +01:00
table.table
thead
tr
th URI
th Options
th Verification Code
th Verified?
th Public
tbody
2020-11-26 21:21:24 +01:00
= for link <- @artist_links do
2019-12-04 15:04:25 +01:00
tr
td = link link.uri, to: link.uri
2024-06-06 22:28:35 +02:00
td = link "View Details", to: ~p"/profiles/#{@user}/artist_links/#{link}"
2019-12-04 15:04:25 +01:00
td = link.verification_code
th = verified_as_string(link)
th = public_as_string(link)