From a852f7178709dfcce1833e148ad78a81b9c96cad Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 12 Jul 2019 10:48:58 -0400 Subject: Show indicator if repo is unlisted/private --- gitsrht/templates/repo.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitsrht/templates/repo.html b/gitsrht/templates/repo.html index aa472b9..f4d4a2d 100644 --- a/gitsrht/templates/repo.html +++ b/gitsrht/templates/repo.html @@ -15,6 +15,9 @@ {{owner.canonical_name}}/{{repo.name}} + {% if repo.visibility.value != 'public' %} + {{repo.visibility.value}} + {% endif %} {% block tabs %} {% macro link(path, title) %} -- cgit v1.2.3