File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
<div class="field">
16
16
<input name="title" id="issue_title" placeholder="{{.i18n.Tr "repo.milestones.title"}}" value="{{.title}}" tabindex="3" autofocus required maxlength="255">
17
17
{{if .PageIsComparePull}}
18
- <div class="title_wip_desc"{{if .PageIsComparePull}} data-wip-prefixes="{{Json .PullRequestWorkInProgressPrefixes}}"{{end}} >{{.i18n.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0| Escape) | Safe}}</div>
18
+ <div class="title_wip_desc" data-wip-prefixes="{{Json .PullRequestWorkInProgressPrefixes}}">{{.i18n.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0| Escape) | Safe}}</div>
19
19
{{end}}
20
20
</div>
21
21
{{template "repo/issue/comment_tab" .}}
You can’t perform that action at this time.
0 commit comments