This commit is contained in:
Paul Schneider 2017-06-01 14:00:19 +02:00
commit 259b0b15b5
19 changed files with 2664 additions and 41 deletions

View file

@ -0,0 +1,18 @@
@model Yavsc.Models.Calendar.Period
@{
ViewData["Title"] = "Details";
}
<h2>Details</h2>
<div>
<h4>Period</h4>
<hr />
<dl class="dl-horizontal">
</dl>
</div>
<p>
@Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) |
<a asp-action="Index">Back to List</a>
</p>