diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-06 13:35:20 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:06:34 -0400 |
commit | 3f6865e8301535c8fbe83bc0f931a116adac0636 (patch) | |
tree | ed8e01fbd9a9f758c59aafaac5f4bff72ee30002 /src/SMAPI.Web/Views/Shared/_Layout.cshtml | |
parent | 6036fbf0500795109b1c5dcf53162cb55834d35a (diff) | |
download | SMAPI-3f6865e8301535c8fbe83bc0f931a116adac0636.tar.gz SMAPI-3f6865e8301535c8fbe83bc0f931a116adac0636.tar.bz2 SMAPI-3f6865e8301535c8fbe83bc0f931a116adac0636.zip |
add footer tip about using schema directly, add details to page title (#654)
Diffstat (limited to 'src/SMAPI.Web/Views/Shared/_Layout.cshtml')
-rw-r--r-- | src/SMAPI.Web/Views/Shared/_Layout.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Shared/_Layout.cshtml b/src/SMAPI.Web/Views/Shared/_Layout.cshtml index 9911ef0e..87a22f06 100644 --- a/src/SMAPI.Web/Views/Shared/_Layout.cshtml +++ b/src/SMAPI.Web/Views/Shared/_Layout.cshtml @@ -28,7 +28,7 @@ </div> <div id="content-column"> <div id="content"> - <h1>@ViewData["Title"]</h1> + <h1>@(ViewData["ViewTitle"] ?? ViewData["Title"])</h1> @RenderBody() </div> <div id="footer"> |