+10
-9
appview/db/email.go
+10
-9
appview/db/email.go
······
+4
-3
appview/pages/templates/repo/commit.html
+4
-3
appview/pages/templates/repo/commit.html
···-<a href="/@{{ $handle }}" class="no-underline hover:underline text-gray-500">@{{ $handle }}</a>+<a href="/{{ $didOrHandle }}" class="no-underline hover:underline text-gray-500">{{ $didOrHandle }}</a><a href="mailto:{{ $commit.Author.Email }}" class="no-underline hover:underline text-gray-500">{{ $commit.Author.Name }}</a>
+3
-3
appview/pages/templates/repo/index.html
+3
-3
appview/pages/templates/repo/index.html
···
+8
-8
appview/pages/templates/repo/log.html
+8
-8
appview/pages/templates/repo/log.html
······
+18
-13
appview/state/repo_util.go
+18
-13
appview/state/repo_util.go
···