From 513375c429435ba60a667b219bdfb00e5b760b38 Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Sun, 29 Oct 2017 19:04:25 -0700 Subject: Make URL scheme unambiguous (#2408) * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test --- templates/repo/issue/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/issue/list.tmpl') diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index 711d70f2a0..2b756cd88e 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -172,7 +172,7 @@ {{.Title}} {{if .Ref}} - {{.Ref}} + {{.Ref}} {{end}} {{range .Labels}} {{.Name | Sanitize}} -- cgit v1.2.3