diff options
Diffstat (limited to 'app/controllers/content_controller.rb')
| -rw-r--r-- | app/controllers/content_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/content_controller.rb b/app/controllers/content_controller.rb index 250e6ba..13d06e9 100644 --- a/app/controllers/content_controller.rb +++ b/app/controllers/content_controller.rb | |||
| @@ -29,7 +29,7 @@ class ContentController < ApplicationController | |||
| 29 | 29 | ||
| 30 | def render_gallery | 30 | def render_gallery |
| 31 | @images = @page.assets.images | 31 | @images = @page.assets.images |
| 32 | render :file => "custom/page_templates/public/gallery" | 32 | render :file => "content/gallery" |
| 33 | end | 33 | end |
| 34 | 34 | ||
| 35 | private | 35 | private |
