forked from tangled.org/core
this repo has no description

appview: pulls: fix open state icon

Changed files
+1 -1
appview
pages
templates
repo
pulls
+1 -1
appview/pages/templates/repo/pulls/pulls.html
···
href="?state=open"
class="flex items-center gap-2 {{ if .FilteringBy.IsOpen }}font-bold {{ else }}text-gray-500 dark:text-gray-400{{ end }}"
>
-
{{ i "circle-dot" "w-4 h-4" }}
<span>{{ .RepoInfo.Stats.PullCount.Open }} open</span>
</a>
<a
···
href="?state=open"
class="flex items-center gap-2 {{ if .FilteringBy.IsOpen }}font-bold {{ else }}text-gray-500 dark:text-gray-400{{ end }}"
>
+
{{ i "git-pull-request" "w-4 h-4" }}
<span>{{ .RepoInfo.Stats.PullCount.Open }} open</span>
</a>
<a