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/commits_table.tmpl | |
parent | 37ac743da7ba2931dfaaa947bf73ed55534e6f29 (diff) | |
download | gitea-13e71acadf538124724c24b6332e4fa8a59baadb.tar.gz gitea-13e71acadf538124724c24b6332e4fa8a59baadb.zip |
Render emojis in more places.
Diffstat (limited to 'templates/repo/commits_table.tmpl')
-rw-r--r-- | templates/repo/commits_table.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index 4ca25e8e1e..e13cc21089 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -35,7 +35,7 @@ <img class="ui avatar image" src="{{AvatarLink .Author.Email}}" alt=""/> {{.Author.Name}} {{end}} </td> - <td class="message collapsing"> + <td class="message collapsing has-emoji"> <a rel="nofollow" class="ui sha label" href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{.ID}}">{{ShortSha .ID.String}}</a> {{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}} </td> |