+1
.gitignore
+1
.gitignore
appview.db-journal
appview.db-journal
This is a binary file and will not be displayed.
+10
appview/pages/pages.go
+10
appview/pages/pages.go
······
······
+9
-1
appview/pages/templates/repo/blob.html
+9
-1
appview/pages/templates/repo/blob.html
···<pre class="font-mono text-sm overflow-auto relative text-ellipsis"><code>{{ range $idx, $line := $lines }}<span class="flex"><span class="{{ $code_number_style }}" style="min-width: {{$tot_chars}}ch;">{{ add $idx 1 }}</span>-<span class="whitespace-pre">{{ $line }}</span></span>{{ else }}<em class="text-gray-400">this file is empty</em>{{ end }}</code></pre>
···+<a href="/{{ $.RepoInfo.FullName }}/tree/{{ $.Ref }}/{{ . }}" class="text-bold text-gray-500">{{ . }}</a> /+{{ if .IsBinary }}<p class="text-center text-gray-400">This is a binary file and will not be displayed.</p>{{ else }}<pre class="font-mono text-sm overflow-auto relative text-ellipsis"><code>{{ range $idx, $line := $lines }}<span class="flex"><span class="{{ $code_number_style }}" style="min-width: {{$tot_chars}}ch;">{{ add $idx 1 }}</span>+<span class="whitespace-pre">{{ $line }}</span></span>{{ else }}<em class="text-gray-400">this file is empty</em>{{ end }}</code></pre>{{ end}}
+5
-1
knotserver/git/git.go
+5
-1
knotserver/git/git.go
······
+1
knotserver/handler.go
+1
knotserver/handler.go
+21
-10
knotserver/routes.go
+21
-10
knotserver/routes.go
············
············
+1
types/repo.go
+1
types/repo.go