From f1ea26797cb7f174d33d41892c626ced4b687cbe Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 27 Nov 2022 03:42:28 +0200 Subject: [PATCH] remove loop.index on stuff thats ordered by most recent (cuz confusing) --- files/templates/userpage/blockers.html | 2 -- files/templates/userpage/followers.html | 2 -- files/templates/userpage/following.html | 2 -- 3 files changed, 6 deletions(-) diff --git a/files/templates/userpage/blockers.html b/files/templates/userpage/blockers.html index a9024ba94..61a3bf517 100644 --- a/files/templates/userpage/blockers.html +++ b/files/templates/userpage/blockers.html @@ -5,7 +5,6 @@
- @@ -13,7 +12,6 @@ {% for block, user in users %} - diff --git a/files/templates/userpage/followers.html b/files/templates/userpage/followers.html index 6cbb94050..548a96ce5 100644 --- a/files/templates/userpage/followers.html +++ b/files/templates/userpage/followers.html @@ -5,7 +5,6 @@
# Name Blocking since
{{loop.index}} {% include "user_in_table.html" %} 1599343262 %}data-time="{{block.created_utc}}"{% endif %}>
- {% if v.id == u.id %} @@ -16,7 +15,6 @@ {% for follow, user in users %} - {% if v.id == u.id %} diff --git a/files/templates/userpage/following.html b/files/templates/userpage/following.html index b66b42cd6..beba6eff6 100644 --- a/files/templates/userpage/following.html +++ b/files/templates/userpage/following.html @@ -5,7 +5,6 @@
# Name Following since
{{loop.index}} {% include "user_in_table.html" %} 1599343262 %}data-time="{{follow.created_utc}}"{% endif %}>
- {% if v.id == u.id %} @@ -15,7 +14,6 @@ {% for user in users %} - {% if v.id == u.id %}
# Name
{{loop.index}} {% include "user_in_table.html" %}
Unfollow