mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
render_topic_next_page_link
This commit is contained in:
@@ -3,4 +3,8 @@ module TopicsHelper
|
||||
def render_topic_title(topic)
|
||||
link_to(topic.title,topic.relative_url)
|
||||
end
|
||||
|
||||
def render_topic_next_page_link(topic, next_page)
|
||||
link_to("next page", topic.relative_url + "?page=" + next_page )
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user