From d9f5a6d2b7ba66184154d2182154aecd3a56fa37 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 6 Oct 2021 10:11:30 +0200 Subject: [PATCH] repo.html: update visibility UI per todo.sr.ht change --- gitsrht/templates/repo.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/gitsrht/templates/repo.html b/gitsrht/templates/repo.html index dd8d40f..0db0f0c 100644 --- a/gitsrht/templates/repo.html +++ b/gitsrht/templates/repo.html @@ -33,11 +33,24 @@ {{owner.canonical_name}}/{{repo.name}} - {% if repo.visibility.value != 'public' %} - {{repo.visibility.value}} - {% endif %}