From d486fd9322a3fe1cf514d9fcc80d8996d9f49979 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 13:47:32 +0800 Subject: *: project -> category --- templates/repo_index.html | 2 +- templates/repo_tree_dir.html | 2 +- templates/repo_tree_file.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/repo_index.html b/templates/repo_index.html index 13ac023..dc8d672 100644 --- a/templates/repo_index.html +++ b/templates/repo_index.html @@ -3,7 +3,7 @@ -{{ .project_name }}/repos/{{ .repo_name }} +{{ .category_name }}/repos/{{ .repo_name }}
diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html index 93fa830..aa96b5d 100644 --- a/templates/repo_tree_dir.html +++ b/templates/repo_tree_dir.html @@ -3,7 +3,7 @@ -{{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }} +{{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }}
diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html index 7cf335a..72bf42b 100644 --- a/templates/repo_tree_file.html +++ b/templates/repo_tree_file.html @@ -3,7 +3,7 @@ -{{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }} +{{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }}

-- cgit v1.2.3