FlatFeeDiscount

This commit is contained in:
Paul Schneider 2017-03-02 13:25:20 +01:00
commit b2eaed3cf2
8 changed files with 39 additions and 27 deletions

View file

@ -31,7 +31,7 @@
@if (act.Children.Count>0) {
<p><em>@act.Name</em><br/>
@act.Description </p>
<a asp-route-id="@act.Code">
<a asp-route-id="@act.Code" class="btn btn-default">
@foreach (Activity c in act.Children) {
@if (!c.Hidden) { @Html.DisplayFor(subact=>c) }
}