WIP
This commit is contained in:
parent
96dcf5c4f4
commit
0d8fd0606f
60 changed files with 874 additions and 209 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@model Yavsc.Models.CircleMember
|
||||
@model Yavsc.Models.Relationship.Circle
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Delete";
|
||||
|
|
@ -8,9 +8,21 @@
|
|||
|
||||
<h3>Are you sure you want to delete this?</h3>
|
||||
<div>
|
||||
<h4>CircleMember</h4>
|
||||
<h4>Circle</h4>
|
||||
<hr />
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.Name)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.Name)
|
||||
</dd>
|
||||
<dt>
|
||||
@Html.DisplayNameFor(model => model.OwnerId)
|
||||
</dt>
|
||||
<dd>
|
||||
@Html.DisplayFor(model => model.OwnerId)
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<form asp-action="Delete">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue