Added check to only show dependencies if the user is logged in

Signed-off-by: Konrad <konrad@kola-entertainments.de>
This commit is contained in:
Konrad Langenberg 2017-10-28 18:10:51 +02:00 committed by Konrad
parent c7a6c59e16
commit 2a02c097c5

View File

@ -191,7 +191,8 @@
{{end}}
{{end}}
{{if .IssueDependenciesEnabled}}
{{if .IsSigned}}
{{if .IssueDependenciesEnabled}}
<div class="ui divider"></div>
<div class="ui depending">
@ -312,4 +313,5 @@
</div>
</div>
</div>
{{end}}
{{end}}