summaryrefslogtreecommitdiffstats
path: root/templates/repo/graph.tmpl
diff options
context:
space:
mode:
authorjaqra <48099350+jaqra@users.noreply.github.com>2019-08-04 17:49:29 +0300
committerLunny Xiao <xiaolunwen@gmail.com>2019-08-04 22:49:29 +0800
commit7b2a39c78bbda57cd76c5c01af4904bf6a709a7d (patch)
tree86a6efe86f0a2753cf6dfd1ac337c70ab72879f0 /templates/repo/graph.tmpl
parenta1f5789a29a7a854125fe50a024282470e658cf7 (diff)
downloadgitea-7b2a39c78bbda57cd76c5c01af4904bf6a709a7d.tar.gz
gitea-7b2a39c78bbda57cd76c5c01af4904bf6a709a7d.zip
Apply emoji on commit graph page (#7743)
Diffstat (limited to 'templates/repo/graph.tmpl')
-rw-r--r--templates/repo/graph.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/graph.tmpl b/templates/repo/graph.tmpl
index e8da069a9d..14fbfac6d7 100644
--- a/templates/repo/graph.tmpl
+++ b/templates/repo/graph.tmpl
@@ -26,7 +26,7 @@
<a href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{.Rev}}">{{ .ShortRev}}</a>
</code>
<strong> {{.Branch}}</strong>
- <em>{{RenderCommitMessage .Subject $.RepoLink $.Repository.ComposeMetas}}</em> by
+ <span class="has-emoji">{{RenderCommitMessage .Subject $.RepoLink $.Repository.ComposeMetas}}</span> by
<span class="author">
{{.Author}}
</span>