diff --git a/public/views/pagination.html b/public/views/pagination.html index 20a498c..750929a 100644 --- a/public/views/pagination.html +++ b/public/views/pagination.html @@ -6,7 +6,7 @@ 1 - ..... + ..... {{currentPage-3}} {{currentPage-2}} {{currentPage-1}} @@ -14,7 +14,7 @@ {{currentPage+1}} {{currentPage+2}} {{currentPage+3}} - ..... + ..... {{totalPages}}