discourse/app/helpers/topics_helper.rb

8 lines
108 B
Ruby
Raw Normal View History

module TopicsHelper
def render_topic_title(topic)
link_to(topic.title,topic.relative_url)
end
2013-02-11 06:18:17 -05:00
end