Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: shorter verbiage in collapsed timeline events

Signed-off-by: oppiliappan <me@oppi.li>

+1 -1
+1 -1
appview/pages/templates/timeline/fragments/timeline.html
··· 121 121 {{ define "timeline/fragments/othersBadge" }} 122 122 {{ $group := . }} 123 123 <span class="relative group inline-flex items-center cursor-pointer" tabindex="0" 124 - >and&nbsp;<span class="underline decoration-dotted decoration-gray-400">{{ $group.OthersCount }} other user{{ if ne $group.OthersCount 1 }}s{{ end }}</span 124 + >and&nbsp;<span class="underline decoration-dotted decoration-gray-400">{{ $group.OthersCount }} other{{ if ne $group.OthersCount 1 }}s{{ end }}</span 125 125 ><div class="absolute left-0 top-full pt-1 z-10 hidden group-hover:block group-focus-within:block"> 126 126 <div class="min-w-48 max-w-xs bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded shadow-lg p-2 cursor-default"> 127 127 <ul class="flex flex-col gap-1">