1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 09:48:59 +00:00

Made "Back to URLs" button appear on all states

This commit is contained in:
Mia Rose Winter 2023-04-19 17:00:41 +02:00
parent 2290099f45
commit 11aade220e
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -16,7 +16,6 @@
<div class="column is-full has-text-centered"> <div class="column is-full has-text-centered">
<h1 class="title is-2 has-text-danger">URL not found</h1> <h1 class="title is-2 has-text-danger">URL not found</h1>
<h2 class="subtitle is-4">The given ID does not exist, it may have expired or been deleted.</h2> <h2 class="subtitle is-4">The given ID does not exist, it may have expired or been deleted.</h2>
<a class="button is-primary is-medium" asp-page="Urls">Back to URLs</a>
</div> </div>
} }
} else { } else {
@ -35,4 +34,7 @@
</div> </div>
} }
<div class="column is-full has-text-centered">
<a class="button is-primary is-medium" asp-page="Urls">Back to URLs</a>
</div>
</div> </div>