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:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user