1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Edited look of pgp

This commit is contained in:
Zack Scholl
2016-03-14 09:56:12 -04:00
parent e97bfb05a9
commit aeb783a118

View File

@@ -61,9 +61,14 @@ a.deleteable {
</nav> </nav>
<div class="yue"> <div class="yue">
{{ if .Encrypted }}
<pre>
{{ .Body }} {{ .Body }}
</div> </pre>
{{ else }}
{{ .Body }}
{{ end }}
</div>
<script> <script>
$( document ).ready(function() { $( document ).ready(function() {