Browse Source

Fixing the link to the main `_Layout.cshtml` in the `Pages/Account/Manage/_Layout.cshtml` (#103)

main
Jeremy Hutchinson 8 years ago
committed by Steve Smith
parent
commit
74bc28e6bd
  1. 2
      src/WebRazorPages/Pages/Account/Manage/_Layout.cshtml

2
src/WebRazorPages/Pages/Account/Manage/_Layout.cshtml

@ -1,5 +1,5 @@
@{
Layout = "/Pages/_Layout.cshtml";
Layout = "/Pages/Shared/_Layout.cshtml";
}
<h2>Manage your account</h2>

Loading…
Cancel
Save