tangled
alpha
login
or
join now
tjh.dev
/
core
forked from
tangled.org/core
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
show empty repo state
oppi.li
1 year ago
9a5b1de9
cc11823a
+4
1 changed file
expand all
collapse all
unified
split
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
9
+
{{- if .IsEmpty }}
10
10
+
this repo is empty
11
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
29
+
{{- end -}}
26
30
{{- end -}}
27
31
28
32
<div class="clone-url">