From 37129afc311284bbc2630c80c198006d282b803a Mon Sep 17 00:00:00 2001 From: Hubert Date: Sat, 3 Jul 2021 07:24:43 +0200 Subject: [PATCH] Follow/track/fork --- templates/base.html | 2 +- templates/git.html | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/templates/base.html b/templates/base.html index 5069fe2..1b1e1ce 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,7 @@ {{repo.name}} - +
Home diff --git a/templates/git.html b/templates/git.html index 1c8ddf1..13f72d1 100644 --- a/templates/git.html +++ b/templates/git.html @@ -1,6 +1,16 @@ {% extends "base.html" %} {% block content %} +
+ + {{repo.owner.name}}/{{repo.name}} + + + + +
+ + {% for (dir, prev) in root %}/{{dir}}{% endfor %}
    @@ -9,12 +19,4 @@ {% endfor %}
-
-

-
-
-

{{repo.owner.name}}/{{repo.name}}

-
-
-
{% endblock %} \ No newline at end of file