ajout d'utilisateurs aux cercles
This commit is contained in:
parent
22b998887e
commit
b4436e5c06
18 changed files with 1564 additions and 211 deletions
18
Yavsc/Views/CircleMembers/Details.cshtml
Normal file
18
Yavsc/Views/CircleMembers/Details.cshtml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
@model Yavsc.Models.Relationship.CircleMember
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Details";
|
||||
}
|
||||
|
||||
<h2>Details</h2>
|
||||
|
||||
<div>
|
||||
<h4>CircleMember</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue