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 72e62ac commit 2550784Copy full SHA for 2550784
templates/repo/issue/view_title.tmpl
@@ -6,7 +6,7 @@
6
</div>
7
{{end}}
8
<h1>
9
- <span class="index">#{{.Issue.Index}}</span> <span id="issue-title">{{RenderEmoji .Issue.Title}}</span>
+ <span class="index">#{{.Issue.Index}}</span> <span id="issue-title">{{RenderCommitMessage .Issue.Title $.RepoLink $.Repository.ComposeMetas}}</span>
10
<div id="edit-title-input" class="ui input" style="display: none">
11
<input value="{{.Issue.Title}}" maxlength="255">
12
0 commit comments