From d8ddc7295cef4791ba4bfd5a8d2b1a597e5e6f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Mon, 17 Nov 2025 15:22:37 -0500 Subject: [PATCH] avoid identical text for all links --- templates/index.html.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html.jinja b/templates/index.html.jinja index 904ed59a3..5e8a0ebf9 100644 --- a/templates/index.html.jinja +++ b/templates/index.html.jinja @@ -14,15 +14,15 @@

{% if project.built %} - View + View {{ project.language.name }} • {% endif %} {% if project.contribution_link %} - Contribute + Contribute to {{ project.language.name }} {% elif project.uses_platform %} - Contribute + Contribute to {{ project.language.name }} {% else %} - Contribute + Contribute to {{ project.language.name }} {% endif %}