From e247aa4e05dc404214c09e7e54fb7d491c4bbb1d Mon Sep 17 00:00:00 2001 From: clsr Date: Thu, 16 Jun 2016 17:01:01 +0000 Subject: Fix upload error display --- pages/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pages/index.html') diff --git a/pages/index.html b/pages/index.html index f7d9f51..0a0c2b1 100644 --- a/pages/index.html +++ b/pages/index.html @@ -25,6 +25,12 @@ {{ .Name }} {{ .Url }} {{ end }} + + {{ if or .Files .Description }}
  • + {{ if .Description }}{{ .Description }}{{ else }}Done!{{ end }} + +
  • {{ end }} + {{ end }} -- cgit