From 2a02c097c5ec634fb18e27049f85f23645840fd4 Mon Sep 17 00:00:00 2001 From: Konrad Langenberg Date: Sat, 28 Oct 2017 18:10:51 +0200 Subject: [PATCH] Added check to only show dependencies if the user is logged in Signed-off-by: Konrad --- templates/repo/issue/view_content/sidebar.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index dc5532fbb..72e186345 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -191,7 +191,8 @@ {{end}} {{end}} - {{if .IssueDependenciesEnabled}} + {{if .IsSigned}} + {{if .IssueDependenciesEnabled}}
@@ -312,4 +313,5 @@
+ {{end}} {{end}}