#2934 Fix showing the proper URLs in the repo overview
Merged by pingou. Opened by pingou.
fix_urls  into  master

Download 2934.patch

Fixes https://pagure.io/pagure/issue/2924
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

How does it fix the issue?

The variable git_url_ssh was undefined in the second endpoint, thus missing from the rendered template, thus making it shorter.

I'm moved the logic to get the value of this variable into a function to avoid duplicating it :)

:thumbsup:

Thanks for the review!

rebased onto 4ea41a78f874dfa3446b77f9359543035e815bbf

Pull-Request has been merged by pingou

Metadata