From aeb783a118c841889c800289464ba6b0a170fa7c Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 14 Mar 2016 09:56:12 -0400 Subject: [PATCH] Edited look of pgp --- templates/view.tmpl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/view.tmpl b/templates/view.tmpl index 082ef04..ffb727e 100644 --- a/templates/view.tmpl +++ b/templates/view.tmpl @@ -61,9 +61,14 @@ a.deleteable {
+{{ if .Encrypted }} +
+  {{ .Body }}
+
+{{ else }} {{ .Body }} -
- +{{ end }} +