From bf060387af47dbc9f0abb06025c754baad093061 Mon Sep 17 00:00:00 2001 From: Simon Dann Date: Tue, 30 May 2017 04:46:43 +0100 Subject: ui: fix emoji not rendered in commits table (#4440) --- templates/repo/commits_table.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/repo') diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index 717af85d..0cf823f5 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -40,14 +40,14 @@ {{end}} - + {{/* Username or Reponame doesn't present we assume the source repository no longer exists */}} {{if not (and $.Username $.Reponame)}} {{ShortSHA1 .ID.String}} {{else}} {{ShortSHA1 .ID.String}} {{end}} - {{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}} + {{RenderCommitMessage false .Summary $.RepoLink $.Repository.ComposeMetas}} {{TimeSince .Author.When $.Lang}} -- cgit v1.2.3