discourse/app/helpers/topics_helper.rb

7 lines
107 B
Ruby
Raw Normal View History

module TopicsHelper
def render_topic_title(topic)
link_to(topic.title,topic.relative_url)
end
end