From cd98439ac363ea7ae10fa0946ef80d5e728ab5c1 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 19 Aug 2024 14:33:28 -0700 Subject: [PATCH] remove ellipsis in pagination --- app/templates/views/activity/all-activity.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/templates/views/activity/all-activity.html b/app/templates/views/activity/all-activity.html index d952eb3a1..050327ddf 100644 --- a/app/templates/views/activity/all-activity.html +++ b/app/templates/views/activity/all-activity.html @@ -35,11 +35,6 @@ {% endif %} - {% if page == 3 and pagination.last > 4 %} -
  • - -
  • - {% endif %} {% endfor %} {% endif %} {% if next_page %} @@ -58,10 +53,11 @@ {% endif %} {% endset %} - {% block maincolumn_content %}

    All activity

    + {{jobs}} +

    All activity

    Sent jobs