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">
|
<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>
|
<h1 style="text-align:center;margin-bottom:0">File uploaded successfully!</h1>
|
||||||
<p style="margin-top:4px;font-size:90%">
|
<p style="margin-top:4px;font-size:90%">
|
||||||
It is available via the following link:
|
It is available via the
|
||||||
<br/>
|
|
||||||
<a href='{{ env.instanceurl }}/upload/{{ urlencoding::encode(link) }}'>
|
<a href='{{ env.instanceurl }}/upload/{{ urlencoding::encode(link) }}'>
|
||||||
{{ env.instanceurl }}/upload/{{ urlencoding::encode(link) }}
|
following link
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div style="width:100%">
|
<div style="width:100%">
|
||||||
|
|
Loading…
Reference in New Issue