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 b6504ea commit 53a8655Copy full SHA for 53a8655
templates/user/dashboard/issues.tmpl
@@ -61,7 +61,7 @@
61
{{template "repo/issue/filter_item_label" dict "Labels" .Labels "QueryLink" $queryLinkWithFilter "SupportArchivedLabel" true}}
62
{{end}}
63
64
- {{/* at the moment there is no easy way to get poster caniditates on this page, so only show a username input, search what end user enters */}}
+ {{/* at the moment there is no easy way to get poster candidates on this page, so only show a username input, search for what the end user enters */}}
65
{{if ne $.ViewType "created_by"}}
66
{{template "repo/issue/filter_item_user_fetch" dict
67
"QueryParamKey" "poster"
0 commit comments