{{ define "fragments/comment/edit" }}
{{ template "fragments/markdownEditor" (dict "Name" "body" "Value" .Comment.EditableBody "Placeholder" "Describe this pull request. Markdown is supported.") }}
{{ template "editActions" $ }}
{{ end }} {{ define "editActions" }}
{{ template "cancel" . }} {{ template "save" . }}
{{ end }} {{ define "save" }} {{ end }} {{ define "cancel" }} {{ end }}