This commit is contained in:
2017-02-19 20:42:00 +01:00
parent 8237c9700b
commit 5bd7a33b18
2 changed files with 3 additions and 4 deletions

View File

@ -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>
}

View File

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