We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 1bdb4e8 commit df498c7Copy full SHA for df498c7
templates/repo/issue/fields/markdowneditor.tmpl
@@ -1,4 +1,4 @@
1
<div class="field">
2
{{template "repo/issue/fields/header" .}}
3
- {{template "repo/issue/comment_tab" $}}
+ {{template "repo/issue/comment_tab" .Context.Data}}
4
</div>
templates/repo/issue/new_form.tmpl
@@ -30,7 +30,7 @@
30
{{else if eq .Type "checkboxes"}}
31
{{template "repo/issue/fields/checkboxes" dict "Context" $.Context "item" .}}
32
{{else if eq .Type "markdowneditor"}}
33
- {{template "repo/issue/fields/markdowneditor" dict "Context" $.Context "item" $}}
+ {{template "repo/issue/fields/markdowneditor" dict "Context" $.Context "item" .}}
34
{{end}}
35
36
{{if .IsAttachmentEnabled}}
0 commit comments