This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/helpers/topics_helper.rb
2013-02-13 19:15:10 +08:00

8 lines
108 B
Ruby

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