Fixes the weird rendering of the labels in the New PR dropdown when listing branches from Forks
Fixes #3376
This also styles up the labels to be the same as in the PR page.
left over debugging?
This seems a little odd, was it changed by accident before?
This looks a little odd, if you're in a fork this won't work no?
@pingou the diff looks a little weird because i swapped the order of the forks and main branches ajax calls, so it kinda looks like they are wrong looking at the diffs, but its because the code is similar, but slightly different...
rebased onto e423f0b5737c060231366ebb162c024d31c1c9d9
We could drop the g.authenticated since we're checking this just above, I'll take care of this
rebased onto 86837c0623220845b0ceec271c20a00f52b46ccc
Local tests looks fine, let's re-run jenkins and merge :)
Pretty please pagure-ci rebuild
Pull-Request has been merged by pingou
Fixes the weird rendering of the labels in the
New PR dropdown when listing branches from Forks
Fixes #3376
This also styles up the labels to be the same as
in the PR page.