chore: resolve lint errors

This commit is contained in:
Tim-Niclas Oelschläger 2024-02-09 18:03:46 +01:00 committed by Lunny Xiao
parent 925ac870dc
commit 2b39981064
2 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@
</a>
{{end}}
</div>
{{end}}
{{end}}

View File

@ -118,11 +118,11 @@
</span>
</span>
{{end}}
{{template "shared/issue_dependency" (dict
{{template "shared/issue_dependency" (dict
"ID" .ID
"DependenciesMap" $.BlockingDependenciesMap
"Title" (ctx.Locale.Tr "repo.issues.dependency.blocks_following"))}}
{{template "shared/issue_dependency" (dict
{{template "shared/issue_dependency" (dict
"ID" .ID
"DependenciesMap" $.BlockedByDependenciesMap
"Title" (ctx.Locale.Tr "repo.issues.dependency.blocked_by_following"))}}