FIX: missing category from title in non-js view

This commit is contained in:
Sam
2015-07-22 10:26:58 +10:00
parent b77017abce
commit 90b85e5b23
2 changed files with 9 additions and 1 deletions

View File

@@ -61,4 +61,4 @@
image: @topic_view.image_url) %>
<% end %>
<% content_for(:title) { @topic_view.title } %>
<% content_for(:title) { "#{@topic_view.page_title}" } %>