Remove example link
Until we have a live example on kosmos.org
This commit is contained in:
parent
37b106e73c
commit
9f6fa6deba
@ -54,7 +54,7 @@
|
|||||||
<ul role="list">
|
<ul role="list">
|
||||||
<%= render FormElements::FieldsetComponent.new(
|
<%= render FormElements::FieldsetComponent.new(
|
||||||
title: "Public key",
|
title: "Public key",
|
||||||
description: "Your OpenPGP public key in ASCII Armor format ([example])"
|
description: "Your OpenPGP public key in ASCII Armor format"
|
||||||
) do %>
|
) do %>
|
||||||
<%= f.text_area :pgp_pubkey,
|
<%= f.text_area :pgp_pubkey,
|
||||||
value: @user.pgp_pubkey,
|
value: @user.pgp_pubkey,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user