{{/* SPDX-License-Identifier: AGPL-3.0-only SPDX-FileContributor: Runxi Yu */}} {{- define "repo_index" -}} {{ template "head_common" . }} {{ .repo_name }} – {{ template "group_path_plain" .group_path }} – {{ .global.forge_title }} {{ template "header" . }}
{{ if .repo_description }} {{ end }}
Repo info
Name {{ .repo_name }}
Description {{ .repo_description }}
SSH remote {{ .ssh_clone_url }}

Merge requests

{{- range .commits }} {{- end }}
Recent commits (see all)
{{ .Message | first_line }} {{ .Author.When.Format "2006-01-02 15:04:05 -0700" }}
{{- $ref_type := .ref_type }} {{- $ref := .ref_name }} {{- range .files }} {{- end }}
/{{ if .ref_name }} on {{ .ref_name }}{{ end }}
{{ .Mode }} {{ .Name }}{{ if not .Is_file }}/{{ end }} {{ .Size }}
{{ .readme }}
{{- end -}}