From a8306a3e01d38485f609ba7e8bcd136ef307d0de Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 27 Apr 2022 01:18:31 +0200 Subject: [PATCH] Don't allow the issue view headers to stack. - Show it horizontally, instead of giving each their own row. --- templates/repo/issue/view.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl index acfd25e7e0..c1fedac04c 100644 --- a/templates/repo/issue/view.tmpl +++ b/templates/repo/issue/view.tmpl @@ -2,7 +2,7 @@
{{template "repo/header" .}}
-
+
{{template "repo/issue/navbar" .}}