{{/* SPDX-License-Identifier: AGPL-3.0-only SPDX-FileContributor: Runxi Yu */}} {{- define "repo_log" -}} {{- template "head_common" . -}} Log – {{ .repo_name }} – {{ template "group_path_plain" .group_path }} – {{ .global.forge_title -}} {{- template "header" . -}}
{{- range .commits -}} {{- end -}}
Commits {{ if .ref_name }} on {{ .ref_name }}{{ end -}}
ID Title Author Time
{{- .ID -}} {{- .Message | first_line -}} {{- .Author.When.Format "2006-01-02 15:04:05 -0700" -}}
{{- end -}}