17 lines
352 B
Text
17 lines
352 B
Text
|
|
@inherits LayoutComponentBase
|
||
|
|
@layout WorkTracker.Components.Layout.MainLayout
|
||
|
|
|
||
|
|
<h1>Manage your account</h1>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<h2>Change your account settings</h2>
|
||
|
|
<hr />
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-lg-3">
|
||
|
|
<ManageNavMenu />
|
||
|
|
</div>
|
||
|
|
<div class="col-lg-9">
|
||
|
|
@Body
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|