refactoring
This commit is contained in:
parent
0d8fd0606f
commit
add449c18a
7 changed files with 30 additions and 29 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
@foreach (var profile in Model) {
|
||||
<hr/>
|
||||
await Html.RenderPartialAsync("PerformerProfile", profile) ;
|
||||
@Html.DisplayFor(m=>m)
|
||||
<form action="~/Command/Create" >
|
||||
<input type="hidden" name="id" value="@profile.PerformerId" />
|
||||
<input type="hidden" name="activityCode" value="@ViewBag.Activity.Code" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue