From 29f8be97e3121f8cfaa333d9be8a4e14d2bcfc72 Mon Sep 17 00:00:00 2001 From: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:38:48 -0500 Subject: [PATCH] Revert "Update project links to use 'project_view' instead of 'project_list'" (#3178) --- website/templates/home.html | 2 +- website/templates/includes/sidenav.html | 2 +- website/templates/projects/repo_detail.html | 260 ++++---------------- website/templates/sitemap.html | 2 +- website/views/project.py | 185 -------------- 5 files changed, 48 insertions(+), 403 deletions(-) diff --git a/website/templates/home.html b/website/templates/home.html index 62d881c42..f08128ab4 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -77,7 +77,7 @@
{{ repo.stars|intcomma }}
+{{ repo.stars|intcomma }}
{{ repo.forks|intcomma }}
+{{ repo.forks|intcomma }}
{{ repo.watchers|intcomma }}
+{{ repo.watchers|intcomma }}
{{ repo.network_count|intcomma }}
+{{ repo.network_count|intcomma }}
{{ repo.subscribers_count|intcomma }}
+{{ repo.subscribers_count|intcomma }}