summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/nodes/sitemap.html.erb1
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/en.yml1
3 files changed, 0 insertions, 3 deletions
diff --git a/app/views/nodes/sitemap.html.erb b/app/views/nodes/sitemap.html.erb
index 019d4c92..49a59d4c 100644
--- a/app/views/nodes/sitemap.html.erb
+++ b/app/views/nodes/sitemap.html.erb
@@ -24,7 +24,6 @@
24 <div class="title_with_flags"> 24 <div class="title_with_flags">
25 <span class="flag_stack"> 25 <span class="flag_stack">
26 <%= flag("file-text-shield", t(".flag_restricted"), :tier => :attention) if node.restricted? %> 26 <%= flag("file-text-shield", t(".flag_restricted"), :tier => :attention) if node.restricted? %>
27 <%= flag("external-link", t(".flag_external")) if node.external_url.present? %>
28 </span> 27 </span>
29 <div class="title_body"> 28 <div class="title_body">
30 <div class="node_title"><%= link_to title_for_node(node), node_path(node) %></div> 29 <div class="node_title"><%= link_to title_for_node(node), node_path(node) %></div>
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 10f4b606..bfa58360 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -551,7 +551,6 @@ de:
551 create_at_root: "Seite auf oberster Ebene anlegen" 551 create_at_root: "Seite auf oberster Ebene anlegen"
552 create_child: "Hier eine Seite anlegen" 552 create_child: "Hier eine Seite anlegen"
553 flag_restricted: "Veröffentlichen unterhalb erfordert Redaktion" 553 flag_restricted: "Veröffentlichen unterhalb erfordert Redaktion"
554 flag_external: "Leitet weiter — hier keine Seiten anlegen"
555 descendants: 554 descendants:
556 one: "1 Unterseite" 555 one: "1 Unterseite"
557 other: "%{count} Unterseiten" 556 other: "%{count} Unterseiten"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index adcc591e..f786ca81 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -498,7 +498,6 @@ en:
498 create_at_root: "Create a top-level page" 498 create_at_root: "Create a top-level page"
499 create_child: "Add a page here" 499 create_child: "Add a page here"
500 flag_restricted: "Publishing below this point needs Redaktion" 500 flag_restricted: "Publishing below this point needs Redaktion"
501 flag_external: "Redirects elsewhere — do not add pages under this"
502 descendants: 501 descendants:
503 one: "1 descendant" 502 one: "1 descendant"
504 other: "%{count} descendants" 503 other: "%{count} descendants"