mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 18:31:24 +02:00
Revert points abbreviation
This commit is contained in:
parent
80b43d3e0c
commit
a9efe88461
@ -35,7 +35,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
<ul class="list-horizontal-text flex-nowrap text-compact">
|
<ul class="list-horizontal-text flex-nowrap text-compact">
|
||||||
<li {{ dynamicRelativeTimeAttrs .TimePosted }}></li>
|
<li {{ dynamicRelativeTimeAttrs .TimePosted }}></li>
|
||||||
<li class="shrink-0">{{ .Score | formatApproxNumber }} p<span class="forum-post-autohide">oin</span>ts</li>
|
<li class="shrink-0">{{ .Score | formatApproxNumber }} points</li>
|
||||||
<li class="shrink-0{{ if .TargetUrl }} forum-post-autohide{{ end }}">{{ .CommentCount | formatApproxNumber }} comments</li>
|
<li class="shrink-0{{ if .TargetUrl }} forum-post-autohide{{ end }}">{{ .CommentCount | formatApproxNumber }} comments</li>
|
||||||
{{- if .TargetUrl }}
|
{{- if .TargetUrl }}
|
||||||
<li class="min-width-0"><a class="visited-indicator text-truncate block" href="{{ .TargetUrl }}" target="_blank" rel="noreferrer">{{ .TargetUrlDomain }}</a></li>
|
<li class="min-width-0"><a class="visited-indicator text-truncate block" href="{{ .TargetUrl }}" target="_blank" rel="noreferrer">{{ .TargetUrlDomain }}</a></li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user