Signed-off-by: Anirudh Oppiliappan anirudh@tangled.sh
ERROR
appview/db/db.go
ERROR
appview/db/db.go
Failed to calculate interdiff for this file.
ERROR
appview/db/star.go
ERROR
appview/db/star.go
Failed to calculate interdiff for this file.
ERROR
appview/pages/pages.go
ERROR
appview/pages/pages.go
Failed to calculate interdiff for this file.
ERROR
appview/pages/templates/layouts/base.html
ERROR
appview/pages/templates/layouts/base.html
Failed to calculate interdiff for this file.
ERROR
appview/pages/templates/timeline/fragments/topStarredRepos.html
ERROR
appview/pages/templates/timeline/fragments/topStarredRepos.html
Failed to calculate interdiff for this file.
ERROR
appview/pages/templates/timeline/timeline.html
ERROR
appview/pages/templates/timeline/timeline.html
Failed to calculate interdiff for this file.
ERROR
appview/state/router.go
ERROR
appview/state/router.go
Failed to calculate interdiff for this file.
ERROR
appview/state/state.go
ERROR
appview/state/state.go
Failed to calculate interdiff for this file.
NEW
appview/pages/templates/user/fragments/repoCard.html
NEW
appview/pages/templates/user/fragments/repoCard.html
···
14
15
{{ $repoOwner := resolve .Did }}
16
{{- if $fullName -}}
17
+
<a href="/{{ $repoOwner }}/{{ .Name }}" class="truncate">{{ $repoOwner }}/{{ .Name }}</a>
18
{{- else -}}
19
+
<a href="/{{ $repoOwner }}/{{ .Name }}" class="truncate">{{ .Name }}</a>
20
{{- end -}}
21
</div>
22
{{ with .Description }}