aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_log.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 20:02:55 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 20:02:55 +0800
commitbcccf57160fb87925f311578ce5ad8a66c6a29de (patch)
tree58b92050299f81cc634c4aa21ceae879c6026579 /templates/repo_log.html.tmpl
parent*.go: Linting (diff)
downloadforge-bcccf57160fb87925f311578ce5ad8a66c6a29de.tar.gz
forge-bcccf57160fb87925f311578ce5ad8a66c6a29de.tar.zst
forge-bcccf57160fb87925f311578ce5ad8a66c6a29de.zip
*.html: Fix body class
Diffstat (limited to 'templates/repo_log.html.tmpl')
-rw-r--r--templates/repo_log.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.html.tmpl
index 74b9c3f..898a84a 100644
--- a/templates/repo_log.html.tmpl
+++ b/templates/repo_log.html.tmpl
@@ -5,7 +5,7 @@
{{ template "head_common" . }}
<title>Log of {{ .group_name }}/repos/{{ .repo_name }} &ndash; Lindenii Forge</title>
</head>
- <body class="repo-index">
+ <body class="repo-log">
<table id="commits" class="wide">
<thead>
<tr class="title-row">