yavsc/Yavsc/Views/CircleMembers/Details.cshtml

18 lines
317 B
Text
Raw Normal View History

2017-02-03 15:07:11 +01:00
@model CircleMember
2017-01-19 12:59:49 +01:00
@{
ViewData["Title"] = "Details";
}
<h2>Details</h2>
<div>
<h4>CircleMember</h4>
<hr />
<dl class="dl-horizontal">
</dl>
</div>
<p>
2017-01-22 18:32:49 +01:00
@Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) |
2017-01-19 12:59:49 +01:00
<a asp-action="Index">Back to List</a>
</p>