diff options
Diffstat (limited to 'templates/repo_tree_dir.html')
-rw-r--r-- | templates/repo_tree_dir.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html index 6708f0c..ed893fd 100644 --- a/templates/repo_tree_dir.html +++ b/templates/repo_tree_dir.html @@ -3,10 +3,13 @@ <html> <head> <link rel="stylesheet" href="/static/style.css" /> -<title>{{ .project_name }}/repos/{{ .repo_name }}/{{ .path }}</title> +<title>{{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title> </head> <body class="repo-index"> <div class="padding-wrapper"> +<p> +/{{ .path_spec }}/ +</p> <table id="file-tree"> <thead> <tr> |