https://nav.mageia.org/css/ contains the rule: /* workaround for nav.mageia.org */ .a,a:link { text-decoration:none } which overrides Bugzilla own rule: .bz_closed,.bz_CLOSED td { text-decoration: line-through; } Now all bugs in Bugzilla appear as opened. Please fix the navbar CSS file to only play with its own HTML code, using proper IDs. It shouldn't have any interaction with HTML code outside the navbar.
commit 2b83b45421d18357d1c8f25adba3b62de0e67e52 Author: Manuel Hiebel <leuhmanu@...> Date: Sat Jul 8 23:45:39 2017 +0200 Use specific class of nav to not break webapps css (mga#21205) --- Commit Link: http://gitweb.mageia.org/web/nav/commit/?id=2b83b45421d18357d1c8f25adba3b62de0e67e52
Indeed missed this, thanks fixed.
(In reply to Mageia Robot from comment #1) > Commit Link: > > http://gitweb.mageia.org/web/nav/commit/ > ?id=2b83b45421d18357d1c8f25adba3b62de0e67e52 Why isn't this link working?
commit 5d34897862974a67afe9e7df1ebf9da9536fa3df Author: Manuel Hiebel <leuhmanu@...> Date: Sat Jul 8 23:52:32 2017 +0200 Missed class for (mga#21205) --- Commit Link: http://gitweb.mageia.org/web/nav/commit/?id=5d34897862974a67afe9e7df1ebf9da9536fa3df
because git web app doesn't sync with git (some server issue) :( (last commit will really fix it)
Status: NEW => RESOLVEDResolution: (none) => FIXED
Thanks for the quick fix. I confirm that Bugzilla links are correctly displayed again. :)