back interdiff of round #1 and #0

appview/pages: show trending repos in the timeline #515

merged
opened by anirudh.fi targeting master from push-zxovstvplnok
files
appview
db
pages
templates
layouts
timeline
user
fragments
state
ERROR
appview/db/db.go

Failed to calculate interdiff for this file.

ERROR
appview/db/star.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/pages.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/layouts/base.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/timeline/fragments/topStarredRepos.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/timeline/timeline.html

Failed to calculate interdiff for this file.

ERROR
appview/state/router.go

Failed to calculate interdiff for this file.

ERROR
appview/state/state.go

Failed to calculate interdiff for this file.

NEW
appview/pages/templates/user/fragments/repoCard.html
··· 14 14 15 15 {{ $repoOwner := resolve .Did }} 16 16 {{- if $fullName -}} 17 - <a href="/{{ $repoOwner }}/{{ .Name }}">{{ $repoOwner }}/{{ .Name }}</a> 17 + <a href="/{{ $repoOwner }}/{{ .Name }}" class="truncate">{{ $repoOwner }}/{{ .Name }}</a> 18 18 {{- else -}} 19 - <a href="/{{ $repoOwner }}/{{ .Name }}">{{ .Name }}</a> 19 + <a href="/{{ $repoOwner }}/{{ .Name }}" class="truncate">{{ .Name }}</a> 20 20 {{- end -}} 21 21 </div> 22 22 {{ with .Description }}