We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854fcb1 commit b33cae7Copy full SHA for b33cae7
templates/repo/issue/new_form.tmpl
@@ -202,7 +202,7 @@
202
<div class="selected">
203
{{if .Project}}
204
<a class="item muted sidebar-item-link" href="{{.Project.Link}}">
205
- {{if .IsOrganizationProject}}{{svg "octicon-project-symlink" 18 "gt-mr-3"}}{{else}}{{svg "octicon-project" 18 "gt-mr-3"}}{{end}}
+ {{if .Project.IsOrganizationProject}}{{svg "octicon-project-symlink" 18 "gt-mr-3"}}{{else}}{{svg "octicon-project" 18 "gt-mr-3"}}{{end}}
206
{{.Project.Title}}
207
</a>
208
{{end}}
0 commit comments