#19 -- Fix code

merge-requests/16/head
Anton Romanov 3 years ago
parent 6760b4d255
commit 238fdccf32

@ -43,7 +43,6 @@
<script th:inline="javascript">
$('select[name=selValue]').val([[*{author}]]);
$('#select-author').selectpicker('refresh');
</script>
</div>
<div class="col-md-1 col-sm-12">
@ -104,7 +103,8 @@
<a th:href="@{/filterCommits(size=${filterForm.commitsPage.size}, page=${pageNumber},
repositoryUrl=${filterForm.repositoryUrl},
branchName=${filterForm.branchName},
author=${filterForm.author})}"
author=${filterForm.author},
filter=${filterForm.filter})}"
th:text=${pageNumber}
th:class="${pageNumber == filterForm.commitsPage.number} ? active"></a>
</div>

Loading…
Cancel
Save