on the style again

This commit is contained in:
Paul Schneider 2017-04-25 13:11:20 +02:00
commit dadd149097
6 changed files with 9 additions and 4 deletions

View file

@ -48,7 +48,7 @@
}
@foreach (var frm in act.Forms) {
<a class="btn btn-success" asp-controller="FrontOffice" asp-action="@frm.ActionName" asp-route-id="@act.Code">
<a class="btn btn-primary" asp-controller="FrontOffice" asp-action="@frm.ActionName" asp-route-id="@act.Code">
@frm.Title
</a>
}