main
Paul Schneider 9 years ago
parent 8237c9700b
commit 5bd7a33b18
2 changed files with 3 additions and 4 deletions

@ -30,9 +30,8 @@
<p><em><a asp-route-id="@act.Code">@act.Name</a></em><br/>
@act.Description </p>
<a asp-route-id="@act.Code">
@foreach (var c in act.Children) {
@(c.Name+" ")
Html.DisplayFor(subact=>c);
@foreach (Activity c in act.Children) {
@Html.DisplayFor(subact=>c);
}
</a>
}

@ -172,7 +172,7 @@ footer {
}
.activity {
border-style: groove none none groove;
font-family: fantasy
}
.blogtitle {

Loading…