refactoring

This commit is contained in:
Paul Schneider 2017-01-19 14:32:03 +01:00
commit add449c18a
7 changed files with 30 additions and 29 deletions

View file

@ -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" />