From 61fcfac541fe2271c052771b1c33b7511efb75bb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 27 Jul 2024 08:00:00 +0800 Subject: Indent the HTML with tabs --- templates/refs.html | 68 ++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'templates/refs.html') diff --git a/templates/refs.html b/templates/refs.html index f0e591f..f121d3e 100644 --- a/templates/refs.html +++ b/templates/refs.html @@ -3,39 +3,39 @@ {{ template "head" . }} - {{ template "repoheader" . }} - - {{ template "nav" . }} -
- {{ $name := .name }} -

branches

-
- {{ range .branches }} -
- {{ .Name.Short }} - browse - log - tar.gz -
- {{ end }} -
- {{ if .tags }} -

tags

-
- {{ range .tags }} -
- {{ .Name }} - browse - log - tar.gz - {{ if .Message }} -
{{ .Message }}
-
- {{ end }} - {{ end }} -
- {{ end }} -
- + {{ template "repoheader" . }} + + {{ template "nav" . }} +
+ {{ $name := .name }} +

branches

+
+ {{ range .branches }} +
+ {{ .Name.Short }} + browse + log + tar.gz +
+ {{ end }} +
+ {{ if .tags }} +

tags

+
+ {{ range .tags }} +
+ {{ .Name }} + browse + log + tar.gz + {{ if .Message }} +
{{ .Message }}
+
+ {{ end }} + {{ end }} +
+ {{ end }} +
+ {{ end }} -- cgit v1.2.3