Merge pull request #50 from 1265578519/patch-2

Update upload-done.html
This commit is contained in:
Eric Johansson (neku) 2018-04-28 12:48:33 +02:00 committed by GitHub
commit d97e00af66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="card-panel blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title" style="color: #00FF99"><h3>File uploaded!</h3></span>
<p><a href="{$url_filename}">{$url_filename}</a></p>
<p><a href="{$url_filename}" target="_blank">{$url_filename}</a></p>
<p>Your file will be available for download during {$retention_time}.</p>
</div>
</div>