summaryrefslogtreecommitdiff
path: root/Pages/Shared/_Layout.cshtml
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-09 09:21:36 +1000
committerJake Mannens <jake@asger.xyz>2025-08-18 10:59:32 +1000
commit5247aa5a136fcf48d80c8e75625ae773a14fbd26 (patch)
treec598c38420f2c996d5233931822fd7f797a1d8db /Pages/Shared/_Layout.cshtml
parent6c53f3dc43f072dce4ffe4a1bd306074dd20ff39 (diff)
Added the ability to delete media items
Diffstat (limited to 'Pages/Shared/_Layout.cshtml')
-rw-r--r--Pages/Shared/_Layout.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml
index be445cc..9cdb952 100644
--- a/Pages/Shared/_Layout.cshtml
+++ b/Pages/Shared/_Layout.cshtml
@@ -16,7 +16,7 @@
<body>
<div id="navbar">
<a href="/">Home</a>
- <a href="/tags">Tags</a>
+ <a href="/TagDefinitions">Tags</a>
</div>
<div id="content" style="overflow:@(ViewBag.ContentScroll ? "auto" : "hidden");margin:@(ViewBag.ContentMargin ?? "0");">
@RenderBody()