mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: render emoji in topic title
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
module TopicsHelper
|
||||
include ApplicationHelper
|
||||
|
||||
def render_topic_title(topic)
|
||||
link_to(topic.title,topic.relative_url)
|
||||
link_to(gsub_emoji_to_unicode(topic.title),topic.relative_url)
|
||||
end
|
||||
|
||||
def categories_breadcrumb(topic)
|
||||
|
||||
Reference in New Issue
Block a user