We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dccbe commit fa6941cCopy full SHA for fa6941c
templates/repo/issue/new_form.tmpl
@@ -134,7 +134,7 @@
134
<span class="no-select item {{if .Project}}gt-hidden{{end}}">{{ctx.Locale.Tr "repo.issues.new.no_projects"}}</span>
135
<div class="selected">
136
{{if .Project}}
137
- <a class="item muted sidebar-item-link" href="{{.Project.Link}}">
+ <a class="item muted sidebar-item-link" href="{{.Project.Link ctx}}">
138
{{svg .Project.IconName 18 "gt-mr-3"}}{{.Project.Title}}
139
</a>
140
{{end}}
0 commit comments