diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 4 | ||||
| -rw-r--r-- | config/locales/en.yml | 4 | ||||
| -rw-r--r-- | config/routes.rb | 1 |
3 files changed, 0 insertions, 9 deletions
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: | |||
| 398 | housekeeping: "Verwaltung" | 398 | housekeeping: "Verwaltung" |
| 399 | my_account: "Mein Konto" | 399 | my_account: "Mein Konto" |
| 400 | navigation: "Navigation" | 400 | navigation: "Navigation" |
| 401 | conventions: | ||
| 402 | title: "Konventionen beim Anlegen von Nodes" | ||
| 403 | kind: "Art" | ||
| 404 | what_happens: "Was passiert" | ||
| 405 | search_results: | 401 | search_results: |
| 406 | title: "Suchergebnisse" | 402 | title: "Suchergebnisse" |
| 407 | 403 | ||
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: | |||
| 351 | housekeeping: "Housekeeping" | 351 | housekeeping: "Housekeeping" |
| 352 | my_account: "My account" | 352 | my_account: "My account" |
| 353 | navigation: "Navigation" | 353 | navigation: "Navigation" |
| 354 | conventions: | ||
| 355 | title: "Node creation conventions" | ||
| 356 | kind: "Kind" | ||
| 357 | what_happens: "What happens" | ||
| 358 | search_results: | 354 | search_results: |
| 359 | title: "Search Results" | 355 | title: "Search Results" |
| 360 | nodes: | 356 | 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 | |||
| 102 | match '' => 'admin#index', :as => :admin, :via => :get | 102 | match '' => 'admin#index', :as => :admin, :via => :get |
| 103 | match 'search' => 'admin#search', :as => :admin_search, :via => :get | 103 | match 'search' => 'admin#search', :as => :admin_search, :via => :get |
| 104 | match 'menu_search' => 'admin#menu_search', :as => :admin_menu_search, :via => :get | 104 | match 'menu_search' => 'admin#menu_search', :as => :admin_menu_search, :via => :get |
| 105 | match 'conventions' => 'admin#conventions', :as => :admin_conventions, :via => :get | ||
| 106 | match 'dashboard_search' => 'admin#dashboard_search', :as => :admin_dashboard_search, :via => :get | 105 | match 'dashboard_search' => 'admin#dashboard_search', :as => :admin_dashboard_search, :via => :get |
| 107 | match 'log' => 'node_actions#index', :as => :admin_log, :via => :get | 106 | match 'log' => 'node_actions#index', :as => :admin_log, :via => :get |
| 108 | match 'boom' => 'admin#boom', :as => :admin_boom, :via => :get | 107 | match 'boom' => 'admin#boom', :as => :admin_boom, :via => :get |
