+1
-1
.air/appview.toml
+1
-1
.air/appview.toml
appview/pages/knot.html
appview/pages/templates/knot.html
appview/pages/knot.html
appview/pages/templates/knot.html
appview/pages/knots.html
appview/pages/templates/knots.html
appview/pages/knots.html
appview/pages/templates/knots.html
-20
appview/pages/layout.html
-20
appview/pages/layout.html
···-<script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script>
-14
appview/pages/login.html
-14
appview/pages/login.html
···
appview/pages/new-repo.html
appview/pages/templates/new-repo.html
appview/pages/new-repo.html
appview/pages/templates/new-repo.html
+59
-30
appview/pages/pages.go
+59
-30
appview/pages/pages.go
···············
appview/pages/profile.html
appview/pages/templates/user/profile.html
appview/pages/profile.html
appview/pages/templates/user/profile.html
appview/pages/settings.html
appview/pages/templates/settings/keys.html
appview/pages/settings.html
appview/pages/templates/settings/keys.html
+10
appview/pages/templates/errors/404.html
+10
appview/pages/templates/errors/404.html
+10
appview/pages/templates/errors/500.html
+10
appview/pages/templates/errors/500.html
+21
appview/pages/templates/index.html
+21
appview/pages/templates/index.html
···
+18
appview/pages/templates/layouts/base.html
+18
appview/pages/templates/layouts/base.html
···
+37
appview/pages/templates/layouts/head.html
+37
appview/pages/templates/layouts/head.html
···
+11
appview/pages/templates/layouts/repo-header.html
+11
appview/pages/templates/layouts/repo-header.html
+5
appview/pages/templates/layouts/test.html
+5
appview/pages/templates/layouts/test.html
+100
appview/pages/templates/repo/commit.html
+100
appview/pages/templates/repo/commit.html
···+{{ .commit.Author.Name }} <a href="mailto:{{ .commit.Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</a>
+9
appview/pages/templates/repo/empty.html
+9
appview/pages/templates/repo/empty.html
+34
appview/pages/templates/repo/file.html
+34
appview/pages/templates/repo/file.html
···
+23
appview/pages/templates/repo/log.html
+23
appview/pages/templates/repo/log.html
···+<div><a href="/{{ $repo }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div>+{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
+14
appview/pages/templates/repo/new.html
+14
appview/pages/templates/repo/new.html
···
+38
appview/pages/templates/repo/refs.html
+38
appview/pages/templates/repo/refs.html
···
+36
appview/pages/templates/repo/repo.html
+36
appview/pages/templates/repo/repo.html
···+<div><a href="/{{ $repo }}/commit/{{ .Hash.String }}" class="commit-hash">{{ slice .Hash.String 0 8 }}</a></div>+{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
+53
appview/pages/templates/repo/tree.html
+53
appview/pages/templates/repo/tree.html
···
+12
appview/pages/templates/user/login.html
+12
appview/pages/templates/user/login.html
···
appview/pages/timeline.html
appview/pages/templates/timeline.html
appview/pages/timeline.html
appview/pages/templates/timeline.html
+14
-9
appview/state/state.go
+14
-9
appview/state/state.go
···························