From 2e401bb7f12804c5bac3da592ec221e3860706cf Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 06 2015 12:58:23 +0000 Subject: Fix typo in the git url, tickets are under the tickets directory Fixes http://209.132.184.222/progit/issue/55 --- diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index 506bc00..982c7c2 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -165,7 +165,7 @@ Tickets : - {{ config.get('GIT_URL_SSH') }}:ticket/{{ repo.fullname }}.git + {{ config.get('GIT_URL_SSH') }}:tickets/{{ repo.fullname }}.git {{ config.get('GIT_URL_GIT') }}/tickets/{{ repo.fullname }}.git