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 %} -
-

-
-
-

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

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