From 0113d895e2fd8bf2cf88ae0196b9ab144ac9350b Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 13 Jul 2026 19:28:49 +0200 Subject: Remove redundant default translation from the translations subsection --- app/controllers/nodes_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers/nodes_controller.rb') 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 def show @page = @node.draft || @node.head - @default_translation = @page.translations.find_by(:locale => I18n.default_locale) @translations = @page.translation_summary end -- cgit v1.3