Fixed a bug where a border in the issue dependency list was on the wrong place

Signed-off-by: Konrad <konrad@kola-entertainments.de>
This commit is contained in:
Konrad Langenberg 2017-10-31 08:17:23 +01:00 committed by Konrad
parent 14aa1d2052
commit 0bbc695915
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -231,7 +231,6 @@
{{end}}
{{if .BlockingDependencies}}
<div class="ui relaxed divided list">
<span class="text" data-tooltip="{{if .Issue.IsPull}}
{{.i18n.Tr "repo.issues.dependency.pr_close_blocks"}}
{{else}}
@ -239,6 +238,7 @@
{{end}}" data-inverted="">
{{.i18n.Tr "repo.issues.dependency.blocks_short"}}:
</span>
<div class="ui relaxed divided list">
{{range .BlockingDependencies}}
<div class="item">
<div class="right floated content">