From 8f206493343eff9d652268dfcadd807fef9e8dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 4 Sep 2020 16:48:54 +0200 Subject: [PATCH] Allow repo slugs to break Ref: ~sircmpwn/sr.ht#245 --- gitsrht/templates/repo.html | 2 +- gitsrht/templates/send-email-end.html | 2 +- gitsrht/templates/send-email-review.html | 2 +- gitsrht/templates/send-email.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gitsrht/templates/repo.html b/gitsrht/templates/repo.html index 4d93832..16e32a4 100644 --- a/gitsrht/templates/repo.html +++ b/gitsrht/templates/repo.html @@ -31,7 +31,7 @@

{{owner.canonical_name}}/{{repo.name}} + >{{owner.canonical_name}}/{{repo.name}} {% if repo.visibility.value != 'public' %} {{repo.visibility.value}} {% endif %} diff --git a/gitsrht/templates/send-email-end.html b/gitsrht/templates/send-email-end.html index c9fc406..618abe8 100644 --- a/gitsrht/templates/send-email-end.html +++ b/gitsrht/templates/send-email-end.html @@ -10,7 +10,7 @@

{{ owner.canonical_name }}/{{ repo.name }} + >{{ owner.canonical_name }}/{{ repo.name }}