From 06b626de4cf86356b07b655e0cc7d3e631aa71aa Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 21 Sep 2018 11:45:11 -0400 Subject: [PATCH] Reorder repo page tabs --- gitsrht/templates/empty-repo.html | 7 +++++++ gitsrht/templates/repo.html | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gitsrht/templates/empty-repo.html b/gitsrht/templates/empty-repo.html index 330b99c..2b10ca2 100644 --- a/gitsrht/templates/empty-repo.html +++ b/gitsrht/templates/empty-repo.html @@ -1,4 +1,11 @@ {% extends "repo.html" %} +{% block tabs %} + +{% endblock %} {% block content %}
diff --git a/gitsrht/templates/repo.html b/gitsrht/templates/repo.html index fb34b60..7f5fab0 100644 --- a/gitsrht/templates/repo.html +++ b/gitsrht/templates/repo.html @@ -8,23 +8,25 @@ username=owner.username) }}" >{{owner.canonical_name}}/{{repo.name}} + {% block tabs %} + {% endblock %}
-- 2.38.4