mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05: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
|