index
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user