Merge branch 'master' into feature/mastodon_api
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Râu Cao 2025-05-18 14:56:42 +04:00
commit c374bcd3bc
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -52,9 +52,11 @@
<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: "Your OpenPGP public key in ASCII Armor format"
description: raw("Your OpenPGP public key in ASCII Armor format (#{example_link})")
) do %>
<%= f.text_area :pgp_pubkey,
value: @user.pgp_pubkey,