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:
parent
c7a6c59e16
commit
2a02c097c5
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user