From fe89095ccb34bcdc9838a71bc1fa48279ea3ec8c Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 14 Aug 2026 20:14:46 +0200 Subject: Retire conventions overview page --- config/locales/de.yml | 4 ---- config/locales/en.yml | 4 ---- config/routes.rb | 1 - 3 files changed, 9 deletions(-) (limited to 'config') diff --git a/config/locales/de.yml b/config/locales/de.yml index 1bab646b..4e19bcc1 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -398,10 +398,6 @@ de: housekeeping: "Verwaltung" my_account: "Mein Konto" navigation: "Navigation" - conventions: - title: "Konventionen beim Anlegen von Nodes" - kind: "Art" - what_happens: "Was passiert" search_results: title: "Suchergebnisse" diff --git a/config/locales/en.yml b/config/locales/en.yml index 2acbe98f..83373bcd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -351,10 +351,6 @@ en: housekeeping: "Housekeeping" my_account: "My account" navigation: "Navigation" - conventions: - title: "Node creation conventions" - kind: "Kind" - what_happens: "What happens" search_results: title: "Search Results" nodes: diff --git a/config/routes.rb b/config/routes.rb index e123a3fe..b7cbbc4c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -102,7 +102,6 @@ Cccms::Application.routes.draw do match '' => 'admin#index', :as => :admin, :via => :get match 'search' => 'admin#search', :as => :admin_search, :via => :get match 'menu_search' => 'admin#menu_search', :as => :admin_menu_search, :via => :get - match 'conventions' => 'admin#conventions', :as => :admin_conventions, :via => :get match 'dashboard_search' => 'admin#dashboard_search', :as => :admin_dashboard_search, :via => :get match 'log' => 'node_actions#index', :as => :admin_log, :via => :get match 'boom' => 'admin#boom', :as => :admin_boom, :via => :get -- cgit v1.3