From 8bb5a6b42b4ff7f893a831f9de610e785068b099 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 Former-commit-id: 497e2367bbb62faa997855dce5c8b0fdef2976b2 [formerly c8718b40c422a4b131649828d76532530b898a5c] [formerly 3d4a1649f17980c15521f1fce692f17ae5daf826 [formerly 741b226735451ce402fe96b7c6d58a2cece55f3c [formerly aeb783a118c841889c800289464ba6b0a170fa7c]]] Former-commit-id: b30ebd06b281576bf167ecdc11a5c396582d265b [formerly 9090ca06f7ddfdd545885b7f4b2154baf73e248b] Former-commit-id: 66c2fb2e55562bf935e2a6cf49be3232cb1b731e Former-commit-id: d7174f0e8e49de4f32817a7b0596cadc454b77cf --- 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 }} +