diff --git a/templates/components/DownloadList.html.twig b/templates/components/DownloadList.html.twig index c245e9e..c8ed30e 100644 --- a/templates/components/DownloadList.html.twig +++ b/templates/components/DownloadList.html.twig @@ -1,6 +1,6 @@ {% set table_body_id = (type == "complete") ? "complete_downloads" : "active_downloads" %} - +
  • -
    - - Downloads - - - - - - - -
    + + Downloads +
  • diff --git a/templates/downloads/index.html.twig b/templates/downloads/index.html.twig index 3ee99f3..8556c54 100644 --- a/templates/downloads/index.html.twig +++ b/templates/downloads/index.html.twig @@ -6,7 +6,7 @@ {% block body %}
    - +
    diff --git a/templates/partial/paginator.html.twig b/templates/partial/paginator.html.twig index 1228b8c..8e1a45f 100644 --- a/templates/partial/paginator.html.twig +++ b/templates/partial/paginator.html.twig @@ -2,7 +2,7 @@ {% set _lastPage = paginator.lastPage %} {% set _showingPerPage = (_currentPage == _lastPage) ? paginator.total - (this.perPage * (_lastPage - 1)) : paginator.items.query.maxResults %} -

    Showing {{ _showingPerPage }} of {{ paginator.total }} results

    +

    Showing {{ _showingPerPage }} of {{ paginator.total }} total results

    {% if paginator.lastPage > 1 %}