Learn more about these different git repos.
Other Git URLs
Go to Pull Requests page and display all of them. There is a badge with status for each PR. The one that says Open is really hard to read.
Open
https://pagure.io/pagure/pull-requests?status=all
@ryanlerch any preferences for this one?
indeed on chromium it is nearly invisible
i just took a look at this - the "PR#" tag just before it has class specified like:
class="label label-default"
the 'label' class gives it fg color #FFF and 'label-default' gives it a bg color
the "open" tag has class specified like:
class="label "
noticing the space - it looks like there is intended to be another class that is not echo'ed in the template that would have supplied the background color
@pingou I would like to work on this issue
Cool, thanks @skarale :)
@skarale sorry but, I've been working on https://pagure.io/pagure/issue/1373 which led me to fix this issue at the same time :s
Commit a836e36 fixes this issue
@pingou changed the status to Fixed
Fixed
Log in to comment on this ticket.