From 4fc7b66f8c8a0d65fe536d718a645b647823b9e6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 10:46:11 +0800 Subject: repo_tree_dir: Fix path_spec --- templates/repo_tree_dir.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates') 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 @@ -{{ .project_name }}/repos/{{ .repo_name }}/{{ .path }} +{{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }}
+

+/{{ .path_spec }}/ +

-- cgit v1.2.3