diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-03-02 21:18:58 -0300 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-03-02 21:54:05 -0300 |
commit | 13e71acadf538124724c24b6332e4fa8a59baadb (patch) | |
tree | f49edfe271408ae5cc6cd3275e64512a2312d780 /templates/repo/issue/view_title.tmpl | |
parent | 37ac743da7ba2931dfaaa947bf73ed55534e6f29 (diff) | |
download | gitea-13e71acadf538124724c24b6332e4fa8a59baadb.tar.gz gitea-13e71acadf538124724c24b6332e4fa8a59baadb.zip |
Render emojis in more places.
Diffstat (limited to 'templates/repo/issue/view_title.tmpl')
-rw-r--r-- | templates/repo/issue/view_title.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_title.tmpl b/templates/repo/issue/view_title.tmpl index f8d93a0bc0..a1b4405486 100644 --- a/templates/repo/issue/view_title.tmpl +++ b/templates/repo/issue/view_title.tmpl @@ -1,7 +1,7 @@ <div class="sixteen wide column title"> <div class="ui grid"> <h1 class="twelve wide column"> - <span class="index">#{{.Issue.Index}}</span> <span id="issue-title">{{.Issue.Name}}</span> + <span class="index">#{{.Issue.Index}}</span> <span id="issue-title" class="has-emoji">{{.Issue.Name}}</span> <div id="edit-title-input" class="ui input" style="display: none"> <input value="{{.Issue.Name}}"> </div> |