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.
RenderCodeBlock
1 parent 81e2ef3 commit 6d5d3daCopy full SHA for 6d5d3da
templates/user/dashboard/feeds.tmpl
@@ -24,7 +24,7 @@
24
{{end}}
25
{{else if eq .GetOpType 6}}
26
{{$index := index .GetIssueInfos 0}}
27
- {{$.locale.Tr "action.create_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html | RenderCodeBlock}}
+ {{$.locale.Tr "action.create_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
28
{{else if eq .GetOpType 7}}
29
30
{{$.locale.Tr "action.create_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
0 commit comments