#3332 Clone URLs are sometimes rendered with invalid URLs (pagure git b597484f)
Closed: Fixed Opened by ngompa.

In Pagure git master (b597484f), the clone URLs render incorrectly for project tabs other than the "source" tab.


Since the images didn't upload correctly, here it is:

Screenshot_20180617_145015.pngScreenshot_20180617_145026.png

Metadata Update from @ryanlerch:
- Issue assigned to ryanlerch

ah, there is a variable that is passed to some of the templates, but not others that use repo_master.

@pingou is there an easy way to pass this variable to everything that uses repo_master? or do i need to go trhough and add it as a variable to every one... (there is about 30ish)

Hey @ryanlerch I've already noticed it and I'll fix it in a commit to #3328 :)

@ryanlerch: for the future https://pagure.io/pagure/blob/master/f/pagure/flask_app.py#_222 :)

Commit 4194aa6e fixes this issue

Metadata