This website works better with JavaScript.
Home
Help
Sign In
vince
/
gestionnaire-de-taches-simple
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
règle les soucis de pagination
master
vincent
4 months ago
parent
9028546c72
commit
df1a2054f7
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/packages/knp_paginator.yaml
+2
-1
templates/project/show.html.twig
+ 1
- 1
config/packages/knp_paginator.yaml
View File
@ -1,3 +1,3 @@
knp_paginator:
template:
pagination
:
@
KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig
pagination
:
'@
KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig
'
+ 2
- 1
templates/project/show.html.twig
View File
@ -50,7 +50,8 @@
</div>
</div>
<div class="row">
{% set dummy = tasks.setParam('_fragment', 'tasks') %}
<div id="tasks" class="row">
<div class="col">
<table class="table table-sm table-hover">
<thead>
Write
Preview
Loading…
Cancel
Save