Fix 404 on /domains/{domain_id} by adding plural route alias and updating template link
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/c498fef5-0a5e-4182-b765-fc3ec074b515 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
{% endcall %}
|
||||
{% call td("text-right") %}
|
||||
<div class="flex justify-end space-x-2">
|
||||
<a :href="'/domain/' + domain.name" class="btn btn-sm btn-outline">
|
||||
<a :href="'/domains/' + domain.name" class="btn btn-sm btn-outline">
|
||||
Details
|
||||
</a>
|
||||
{% call button(variant="outline", size="sm") %}
|
||||
|
||||
Reference in New Issue
Block a user