Skip to content

Commit 6d5d3da

Browse files
committed
Remove unnecessary RenderCodeBlock
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
1 parent 81e2ef3 commit 6d5d3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/feeds.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{{end}}
2525
{{else if eq .GetOpType 6}}
2626
{{$index := index .GetIssueInfos 0}}
27-
{{$.locale.Tr "action.create_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html | RenderCodeBlock}}
27+
{{$.locale.Tr "action.create_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
2828
{{else if eq .GetOpType 7}}
2929
{{$index := index .GetIssueInfos 0}}
3030
{{$.locale.Tr "action.create_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}

0 commit comments

Comments
 (0)