tangled
alpha
login
or
join now
ptr.pet
/
core
forked from
tangled.org/core
Monorepo for Tangled
0
fork
atom
overview
issues
pulls
pipelines
appview: profile: fix closed-pulls pill style
oppi.li
10 months ago
c695dda0
b471dd66
+1
-1
1 changed file
expand all
collapse all
unified
split
appview
pages
templates
user
profile.html
+1
-1
appview/pages/templates/user/profile.html
···
179
179
180
180
181
181
{{ if gt $stats.Closed 0 }}
182
182
-
<span class="px-2 py-1/2 text-sm rounded text-black dark:text-white bg-gray-50 dark:bg-gray-700 ">
182
182
+
<span class="px-2 py-1/2 text-sm rounded text-white bg-gray-800 dark:bg-gray-700">
183
183
{{$stats.Closed}} closed
184
184
</span>
185
185
{{ end }}