h1 Your Links
p
a.button href=Routes.profile_user_link_path(@conn, :new, @user)
' Create a link
' User links associate your account on Derpibooru with tags about content you create and with accounts on sites elsewhere. This allows users to easily identify artists and admins to act more rapidly on takedown requests.
table.table
thead
tr
th URI
th Options
th Verification Code
th Verified?
th Public
tbody
= for link <- @user_links do
td = link link.uri, to: link.uri
td = link "View Details", to: Routes.profile_user_link_path(@conn, :show, @user, link)
td = link.verification_code
th = verified_as_string(link)
th = public_as_string(link)