feat: Track creating link
All checks were successful
Build Docker / Build Main Image (push) Successful in 18s

This commit is contained in:
Nathan Woodburn 2023-12-21 16:19:58 +11:00
parent e1888767f9
commit bcb77d67b2
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -113,7 +113,7 @@
<div class="card-body">
<form class="text-center" method="post">
<div class="text-end"><label class="form-label" style="display: inline-block;">https://{{host}}/</label><input class="form-control form-control-sm" type="text" style="margin-top: 10px;display: inline-block;width: auto;" name="link" required="" pattern="^[a-zA-Z0-9]+$"><span style="display: block;">Can only contain a-z 0-9</span></div>
<div class="text-end" style="margin-top: 20px;"><label class="form-label" style="display: inline-block;margin-right: 20px;">Links to</label><input class="form-control form-control-sm" type="text" style="margin-top: 10px;display: inline-block;width: auto;" placeholder="URL" name="url" required=""></div><input class="btn btn-primary" type="submit" style="margin: 10px;" value="Create">
<div class="text-end" style="margin-top: 20px;"><label class="form-label" style="display: inline-block;margin-right: 20px;">Links to</label><input class="form-control form-control-sm" type="text" style="margin-top: 10px;display: inline-block;width: auto;" placeholder="URL" name="url" required=""></div><input class="btn btn-primary" type="submit" style="margin: 10px;" value="Create" data-umami-event="Created Link">
</form>
</div>
</div>