summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/Shared/_Layout.cshtml
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-16 12:59:21 -0400
committerGitHub <noreply@github.com>2022-04-16 12:59:21 -0400
commitc3f6983009c3570851541321a691d1d5e3735766 (patch)
treee621666bc95db2833de6a9be021b2caad47472a7 /src/SMAPI.Web/Views/Shared/_Layout.cshtml
parent9ba06704077c32f84aa4c4aeff8b75e66e1c0486 (diff)
parent64b9da560fcde5696b27126adbc45e8331f1cc70 (diff)
downloadSMAPI-c3f6983009c3570851541321a691d1d5e3735766.tar.gz
SMAPI-c3f6983009c3570851541321a691d1d5e3735766.tar.bz2
SMAPI-c3f6983009c3570851541321a691d1d5e3735766.zip
Merge pull request #840 from KhloeLeclair/log-cleanup
[Website] Cleanup log filtering a bit more, save state to URL
Diffstat (limited to 'src/SMAPI.Web/Views/Shared/_Layout.cshtml')
-rw-r--r--src/SMAPI.Web/Views/Shared/_Layout.cshtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Views/Shared/_Layout.cshtml b/src/SMAPI.Web/Views/Shared/_Layout.cshtml
index 67dcd3b3..1e82ab5f 100644
--- a/src/SMAPI.Web/Views/Shared/_Layout.cshtml
+++ b/src/SMAPI.Web/Views/Shared/_Layout.cshtml
@@ -26,6 +26,8 @@
<li><a href="@Url.PlainAction("Index", "LogParser", values: null)">Log parser</a></li>
<li><a href="@Url.PlainAction("Index", "JsonValidator", values: null)">JSON validator</a></li>
</ul>
+
+ @RenderSection("SidebarExtra", required: false)
</div>
<div id="content-column">
<div id="content">