perf pro api

This commit is contained in:
Paul Schneider 2017-02-21 20:49:07 +01:00
commit f16841f8d7
6 changed files with 52 additions and 13 deletions

View file

@ -27,7 +27,7 @@
<div class="carousel-caption-s" >
@if (act.Children.Count>0) {
<p><em><a asp-route-id="@act.Code">@act.Name</a></em><br/>
<p><em>@act.Name</em><br/>
@act.Description </p>
<a asp-route-id="@act.Code">
@foreach (Activity c in act.Children) {