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