From 1e2e23142bc5ed75b696eb18160e2bbf366f6e83 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Sun, 17 Apr 2016 12:13:02 +0200 Subject: [PATCH] updated public key download link --- views/subscription/manage.hbs | 12 ++++++------ views/subscription/subscribe.hbs | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/views/subscription/manage.hbs b/views/subscription/manage.hbs index dc578bef..b70bbcb0 100644 --- a/views/subscription/manage.hbs +++ b/views/subscription/manage.hbs @@ -48,8 +48,13 @@ {{/if}} {{#if typeGpg}} + {{#if ../hasPubkey}} +
+ +
+ {{/if}} - (optional) Insert your GPG public key here to encrypt messages sent to your address + Insert your GPG public key here to encrypt messages sent to your address (optional) {{/if}} {{#if typeDateUs}} @@ -111,11 +116,6 @@ {{/each}}
-
- {{#if hasPubkey}} - - {{/if}} -
or Unsubscribe
diff --git a/views/subscription/subscribe.hbs b/views/subscription/subscribe.hbs index d943b86f..4f12956a 100644 --- a/views/subscription/subscribe.hbs +++ b/views/subscription/subscribe.hbs @@ -45,8 +45,13 @@ {{/if}} {{#if typeGpg}} + {{#if ../hasPubkey}} +
+ +
+ {{/if}} - (optional) Insert your GPG public key here to encrypt messages sent to your address + Insert your GPG public key here to encrypt messages sent to your address (optional) {{/if}} {{#if typeDateUs}} @@ -108,11 +113,6 @@ {{/each}}
-
- {{#if hasPubkey}} - - {{/if}} -