alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
appview: pulls: fix open state icon
author
oppiliappan
date
1 year ago
(May 12, 2025, 10:22 AM +0100)
commit
b7e7baa5
b7e7baa5d1212b2cd1cbfdc67eb06f247758cc66
parent
ca4b9c8b
ca4b9c8ba21e24162639f4d53f9ea755972c3e5f
change-id
ovwprkwz
ovwprkwzxqkvkyozuzotlwoylquxvqry
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
templates
repo
pulls
pulls.html
+1
-1
appview/pages/templates/repo/pulls/pulls.html
View file
Reviewed
···
7
7
href="?state=open"
8
8
class="flex items-center gap-2 {{ if .FilteringBy.IsOpen }}font-bold {{ else }}text-gray-500 dark:text-gray-400{{ end }}"
9
9
>
10
10
-
{{ i "circle-dot" "w-4 h-4" }}
10
10
+
{{ i "git-pull-request" "w-4 h-4" }}
11
11
<span>{{ .RepoInfo.Stats.PullCount.Open }} open</span>
12
12
</a>
13
13
<a