diff options
Diffstat (limited to 'templates/web/base/my/my.html')
-rw-r--r-- | templates/web/base/my/my.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/my/my.html b/templates/web/base/my/my.html index 8924736eb..a61a8ea44 100644 --- a/templates/web/base/my/my.html +++ b/templates/web/base/my/my.html @@ -38,7 +38,9 @@ <section class="full-width"> [% INCLUDE "reports/_list-filters.html", use_form_wrapper = 1 %] +<div class="js-pagination"> [% INCLUDE 'pagination.html', pager = problems_pager, param = 'p' %] +</div> <div id="js-reports-list"> [% INCLUDE 'my/_problem-list.html' %] </div> |