fix the long ass link thing
This commit is contained in:
parent
ff66e120b9
commit
a4f8aa3f89
|
@ -27,10 +27,9 @@
|
|||
<div style="max-width:75vw;width:fit-content;margin:0 auto;text-align:center">
|
||||
<h1 style="text-align:center;margin-bottom:0">File uploaded successfully!</h1>
|
||||
<p style="margin-top:4px;font-size:90%">
|
||||
It is available via the following link:
|
||||
<br/>
|
||||
It is available via the
|
||||
<a href='{{ env.instanceurl }}/upload/{{ urlencoding::encode(link) }}'>
|
||||
{{ env.instanceurl }}/upload/{{ urlencoding::encode(link) }}
|
||||
following link
|
||||
</a>
|
||||
</p>
|
||||
<div style="width:100%">
|
||||
|
|
Loading…
Reference in New Issue