mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-25 09:19:55 +00:00
Made "Back to URLs" button appear on all states
This commit is contained in:
parent
2290099f45
commit
11aade220e
|
@ -16,7 +16,6 @@
|
|||
<div class="column is-full has-text-centered">
|
||||
<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>
|
||||
<a class="button is-primary is-medium" asp-page="Urls">Back to URLs</a>
|
||||
</div>
|
||||
}
|
||||
} 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>
|
||||
|
|
Loading…
Reference in a new issue