mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 10:46:16 +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
|