What happens when pagure.__apiversion__ gets to 10.0 ?
pagure.__apiversion__
10.0
Maybe you should instead pass version=__apiversion__.split('.') to the template instead, and here you'd use version[0] and version[1] ?
version=__apiversion__.split('.')
version[0]
version[1]
Good idea yes
New UI looks much better! :clap:
Other than my earlier comment which you fixed, not sure what else to say.
The HTML seems valid, the JS code as well, I guess?
:+1:
Thanks for the review :)