diff options
author | May <themaymeow@gmail.com> | 2019-10-29 15:29:39 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-10-29 10:29:39 -0400 |
commit | c0f97f2687aae1ccfa890502b068d58d233b7218 (patch) | |
tree | ba087cb64ba416a318a55a8871c0894d8fb378c7 /templates | |
parent | c4f9d06855ce0faf93b036a5897d85c8b6a2b175 (diff) | |
download | gitea-c0f97f2687aae1ccfa890502b068d58d233b7218.tar.gz gitea-c0f97f2687aae1ccfa890502b068d58d233b7218.zip |
add marking to title_wip_desc (#8705)
Signed-off-by: May <themaymeow@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/issue/new_form.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index 99a68bc76e..d0e124a178 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -15,7 +15,7 @@ <div class="field"> <input name="title" id="issue_title" placeholder="{{.i18n.Tr "repo.milestones.title"}}" value="{{.title}}" tabindex="3" autofocus required> {{if .PageIsComparePull}} - <span class="title_wip_desc">{{.i18n.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0| Escape) | Safe}}</span> + <div class="title_wip_desc">{{.i18n.Tr "repo.pulls.title_wip_desc" (index .PullRequestWorkInProgressPrefixes 0| Escape) | Safe}}</div> {{end}} </div> {{template "repo/issue/comment_tab" .}} |