mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: missing category from title in non-js view
This commit is contained in:
@@ -61,4 +61,4 @@
|
||||
image: @topic_view.image_url) %>
|
||||
<% end %>
|
||||
|
||||
<% content_for(:title) { @topic_view.title } %>
|
||||
<% content_for(:title) { "#{@topic_view.page_title}" } %>
|
||||
|
||||
Reference in New Issue
Block a user