This commit is contained in:
Paul Schneider
2023-03-27 22:45:16 +01:00
parent a2009e41aa
commit 2cc196225a
24 changed files with 75 additions and 1091 deletions

View File

@ -5,6 +5,7 @@
int i=0;
bool multipleact = Model.Count()>1;
}
@section scripts {
<script>
$(document).ready(function(){
@ -95,9 +96,10 @@
}
@section header {
<script src="~/lib/bootstrap/js/carousel.js" asp-append-version="true"></script>
<style>
.navbar {
margin-bottom: 0;
}
</style>
}
}