Monorepo for Tangled
0
fork

Configure Feed

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

appview/timeline: adjusted color of the repoPath on opened PRs

Signed-off-by: Anatolij Vasilev <anatolij.vasilev@flyeralarm.com>

+1 -3
+1 -3
appview/pages/templates/timeline/fragments/timeline.html
··· 133 133 <div class="pl-6 py-2 bg-white dark:bg-gray-800 text-gray-600 dark:text-gray-300 flex flex-wrap items-center gap-2 text-sm"> 134 134 {{ template "user/fragments/picHandleLink" $pull.OwnerDid }} 135 135 opened a pull request in 136 - <a href="/{{ $repoPath }}" class="text-sm text-gray-600 dark:text-gray-300 no-underline hover:underline"> 137 - {{ $repoPath }} 138 - </a> 136 + <a href="/{{ $repoPath }}" class="no-underline hover:underline">{{ $repoPath }}</a> 139 137 <span class="text-gray-700 dark:text-gray-400 text-xs">{{ template "repo/fragments/time" $pull.Created }}</span> 140 138 </div> 141 139