From fe21ede18c63989b5aecf001020727f92acb2ca6 Mon Sep 17 00:00:00 2001 From: vedranMv Date: Thu, 14 Nov 2019 22:30:06 +0100 Subject: [PATCH 1/3] Fix broken link to branch from issue list --- templates/repo/issue/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index b4c2d88bfde4..a74cefdc34d9 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -246,7 +246,7 @@ {{end}} {{if .Ref}} - + {{.Ref}} {{end}} From 9a5b3b729023a250fc8bc44686ff797f5ff2c5d8 Mon Sep 17 00:00:00 2001 From: Vedran Date: Thu, 14 Nov 2019 23:41:20 +0100 Subject: [PATCH 2/3] Update templates/repo/issue/list.tmpl Co-Authored-By: mrsdizzie --- templates/repo/issue/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index a74cefdc34d9..dff48d5d2b15 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -246,7 +246,7 @@ {{end}} {{if .Ref}} - + {{.Ref}} {{end}} From db5fcb7d070885924c58bb22541f212f05f7992d Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 15 Nov 2019 00:22:45 -0500 Subject: [PATCH 3/3] apply @mrsdizzie's review --- templates/repo/issue/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index dff48d5d2b15..41f90b1c134c 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -246,7 +246,7 @@ {{end}} {{if .Ref}} - + {{.Ref}} {{end}}