Fixed indention

This commit is contained in:
kolaente 2018-01-13 12:48:20 +01:00 committed by Konrad
parent f71f2d4e5d
commit 4277014aed
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -297,11 +297,11 @@
</div> </div>
</div> </div>
{{if .CanCreateIssueDependencies}} {{if .CanCreateIssueDependencies}}
<input type="hidden" id="repolink" value="{{$.RepoLink}}"> <input type="hidden" id="repolink" value="{{$.RepoLink}}">
<!-- I know, there is probably a better way to do this --> <!-- I know, there is probably a better way to do this -->
<input type="hidden" id="issueIndex" value="{{.Issue.Index}}"/> <input type="hidden" id="issueIndex" value="{{.Issue.Index}}"/>
<div class="ui basic modal remove-dependency"> <div class="ui basic modal remove-dependency">
<div class="ui icon header"> <div class="ui icon header">
<i class="trash icon"></i> <i class="trash icon"></i>
{{.i18n.Tr "repo.issues.dependency.remove_header"}} {{.i18n.Tr "repo.issues.dependency.remove_header"}}
@ -328,6 +328,6 @@
{{.i18n.Tr "repo.issues.dependency.remove"}} {{.i18n.Tr "repo.issues.dependency.remove"}}
</div> </div>
</div> </div>
</div> </div>
{{end}}
{{end}} {{end}}
{{end}}