Activity becomes
This commit is contained in:
parent
4be7264401
commit
14bd02f251
15 changed files with 3104 additions and 67 deletions
|
|
@ -30,7 +30,7 @@
|
|||
@act.Description </p>
|
||||
<p>
|
||||
@foreach (var form in act.Forms) {
|
||||
<a class="btn btn-default" asp-controller="FrontOffice" asp-action="@form.ViewName" asp-route-id="@act.Code">
|
||||
<a class="btn btn-default" asp-controller="FrontOffice" asp-action="@form.Action" asp-route-id="@act.Code">
|
||||
@form.Title
|
||||
</a>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue