diff options
Diffstat (limited to 'app/controllers/nodes_controller.rb')
| -rw-r--r-- | app/controllers/nodes_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb index 249602d..bff1733 100644 --- a/app/controllers/nodes_controller.rb +++ b/app/controllers/nodes_controller.rb | |||
| @@ -62,7 +62,6 @@ class NodesController < ApplicationController | |||
| 62 | 62 | ||
| 63 | def show | 63 | def show |
| 64 | @page = @node.draft || @node.head | 64 | @page = @node.draft || @node.head |
| 65 | @default_translation = @page.translations.find_by(:locale => I18n.default_locale) | ||
| 66 | @translations = @page.translation_summary | 65 | @translations = @page.translation_summary |
| 67 | end | 66 | end |
| 68 | 67 | ||
