Mineplex2018-withcommit/Website/LOC.Website.Web/Views/Manage/Index.cshtml

8 lines
162 B
Plaintext
Raw Normal View History

2013-08-27 17:14:08 +02:00
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
<h2>Manage Home</h2>
<p>@Html.ActionLink("Accounts", "Accounts")</p>
<p>@Html.ActionLink("Log", "Log")</p>