mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:56:01 +08:00
8 lines
108 B
Ruby
8 lines
108 B
Ruby
module TopicsHelper
|
|
|
|
def render_topic_title(topic)
|
|
link_to(topic.title,topic.relative_url)
|
|
end
|
|
|
|
end
|