2020-11-24 15:23:35 -06:00
h1 Artist Links
2019-12-04 09:04:25 -05:00
p
2024-06-06 22:28:35 +02:00
a.button href=~p"/profiles/#{@user}/artist_links/new"
2020-11-26 13:46:15 -06:00
' Request a link
2019-12-04 09:04:25 -05: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 09:04:25 -05:00
table.table
thead
tr
th URI
th Options
th Verification Code
th Verified?
th Public
tbody
2020-11-26 14:21:24 -06:00
= for link <- @artist_links do
2019-12-04 09:04:25 -05: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 09:04:25 -05:00
td = link.verification_code
th = verified_as_string(link)
th = public_as_string(link)