Compare commits

..

No commits in common. "b6968f17421996e43f23ae3ca248813a2ffbf8a8" and "4f4e086518e36872a8252d8b27dc307c72e939cf" have entirely different histories.

View File

@ -52,11 +52,9 @@
<section class="!pt-8 sm:!pt-12">
<h3>OpenPGP</h3>
<ul role="list">
<% example_link = link_to "example", "https://accounts.kosmos.org/.well-known/openpgpkey/hu/yuca4ky39mhwkjo78qb8zjgbfj1hg3yf.txt?l=jimmy",
target: "_blank", class: "text-gray-500 underline" %>
<%= render FormElements::FieldsetComponent.new(
title: "Public key",
description: raw("Your OpenPGP public key in ASCII Armor format (#{example_link})")
description: "Your OpenPGP public key in ASCII Armor format"
) do %>
<%= f.text_area :pgp_pubkey,
value: @user.pgp_pubkey,