From 154e5843584c94a05cccaccfc2eec6612a239bad Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 3 Oct 2018 08:47:09 -0400 Subject: Add settings link to empty repo page --- gitsrht/templates/empty-repo.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gitsrht/templates/empty-repo.html b/gitsrht/templates/empty-repo.html index 2b10ca2..3a500a0 100644 --- a/gitsrht/templates/empty-repo.html +++ b/gitsrht/templates/empty-repo.html @@ -4,6 +4,16 @@ + {% if current_user.id == repo.owner_id %} + + {% endif %} {% endblock %} {% block content %} -- cgit v1.2.3