summaryrefslogtreecommitdiffstats
path: root/gitsrht/templates/repo.html
diff options
context:
space:
mode:
Diffstat (limited to 'gitsrht/templates/repo.html')
-rw-r--r--gitsrht/templates/repo.html3
1 files changed, 3 insertions, 0 deletions
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 @@
<a href="{{ url_for("public.user_index",
username=owner.username) }}"
>{{owner.canonical_name}}</a>/{{repo.name}}
+ {% if repo.visibility.value != 'public' %}
+ <small class="text-muted">{{repo.visibility.value}}</small>
+ {% endif %}
</h2>
{% block tabs %}
{% macro link(path, title) %}