Commit 8f571c0344862a7fddfbe338a3f730de9336621d
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3074-community_dashboard' into stable
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/controllers/public/content_viewer_controller.rb
... | ... | @@ -70,7 +70,7 @@ class ContentViewerController < ApplicationController |
70 | 70 | render :action => 'slideshow', :layout => 'slideshow' |
71 | 71 | return |
72 | 72 | end |
73 | - render :view_page, :formats => [:html] | |
73 | + render @page.view_page, :formats => [:html] | |
74 | 74 | end |
75 | 75 | |
76 | 76 | def versions_diff | ... | ... |