This commit is contained in:
Paul Schneider 2017-02-19 20:42:00 +01:00
commit 1b8963c105
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/> <p><em><a asp-route-id="@act.Code">@act.Name</a></em><br/>
@act.Description </p> @act.Description </p>
<a asp-route-id="@act.Code"> <a asp-route-id="@act.Code">
@foreach (var c in act.Children) { @foreach (Activity c in act.Children) {
@(c.Name+" ") @Html.DisplayFor(subact=>c);
Html.DisplayFor(subact=>c);
} }
</a> </a>
} }

View file

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