From 4493abc558daed31f90bf831074a4ba0c5c87740 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 12:23:36 +0800 Subject: [PATCH] repo_tree_{dir,file}: Fix body class --- templates/repo_tree_dir.html | 2 +- templates/repo_tree_file.html | 2 +- diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html index 14dc15a589d24a9f15a7b0662d7a547dd2ad5bcd..93fa830b1b59860b816de6e9d2c7a0947295a3c0 100644 --- a/templates/repo_tree_dir.html +++ b/templates/repo_tree_dir.html @@ -5,7 +5,7 @@ {{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }} - +

/{{ .path_spec }}/ diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html index 0df921632d91d24b7b84c91dceece7d1bf5fb89d..7cf335a926cb2a26086dac406c67b09e2290cbf7 100644 --- a/templates/repo_tree_file.html +++ b/templates/repo_tree_file.html @@ -5,7 +5,7 @@ {{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }} - +

/{{ .path_spec }}

-- 2.48.1