From 142b8fd1723b9de36364ef334bb339edba01cce5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 22 Jan 2020 18:31:42 -0500 Subject: [PATCH] accessibility improvements following core changes --- gitsrht/templates/repo.html | 16 ++++++++-------- gitsrht/templates/utils.html | 11 ++++++----- scss/main.scss | 6 ------ 3 files changed, 14 insertions(+), 19 deletions(-) diff --git a/gitsrht/templates/repo.html b/gitsrht/templates/repo.html index 4d41f05..7f662b7 100644 --- a/gitsrht/templates/repo.html +++ b/gitsrht/templates/repo.html @@ -24,15 +24,15 @@ class="nav-link {% if view == title or view in alternates %}active{% endif %}" href="{{ path }}">{{ title }} {% endmacro %} +

+ {{owner.canonical_name}}/{{repo.name}} + {% if repo.visibility.value != 'public' %} + {{repo.visibility.value}} + {% endif %} +