+4
appview/pages/templates/repo/index.html
+4
appview/pages/templates/repo/index.html
···
6
6
{{ .RepoInfo.OwnerWithAt }} / {{ .RepoInfo.Name }}
7
7
</h1>
8
8
<main>
9
+
{{- if .IsEmpty }}
10
+
this repo is empty
11
+
{{ else }}
9
12
<div class="log">
10
13
{{ range .Commits }}
11
14
<div>
···
23
26
<article class="readme">
24
27
{{- .Readme -}}
25
28
</article>
29
+
{{- end -}}
26
30
{{- end -}}
27
31
28
32
<div class="clone-url">