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>
|