index
This commit is contained in:
parent
5187507347
commit
1b8963c105
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/>
|
<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>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -172,7 +172,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity {
|
.activity {
|
||||||
border-style: groove none none groove;
|
font-family: fantasy
|
||||||
}
|
}
|
||||||
|
|
||||||
.blogtitle {
|
.blogtitle {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue