Remove example link
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Until we have a live example on kosmos.org
This commit is contained in:
Râu Cao 2024-09-23 20:36:05 +02:00
parent 37b106e73c
commit 9f6fa6deba
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -54,7 +54,7 @@
<ul role="list">
<%= render FormElements::FieldsetComponent.new(
title: "Public key",
description: "Your OpenPGP public key in ASCII Armor format ([example])"
description: "Your OpenPGP public key in ASCII Armor format"
) do %>
<%= f.text_area :pgp_pubkey,
value: @user.pgp_pubkey,