Fixed indention
This commit is contained in:
parent
f71f2d4e5d
commit
4277014aed
|
|
@ -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}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user