mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 02:48:28 +08:00
Makes it possible to paginate on print page
This commit is contained in:
@ -137,7 +137,11 @@ class TopicView
|
||||
end
|
||||
|
||||
def relative_url
|
||||
@topic.relative_url
|
||||
if !@print
|
||||
@topic.relative_url
|
||||
else
|
||||
@topic.relative_url + '/print'
|
||||
end
|
||||
end
|
||||
|
||||
def page_title
|
||||
|
Reference in New Issue
Block a user