summaryrefslogtreecommitdiff
path: root/app/views/nodes/sitemap.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-06 05:29:01 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-06 05:29:01 +0200
commit2da0ce9f3c4bdbe12a80a0d28e964e9658c53f31 (patch)
tree303dd654bb7a1cf81527d552949a844e27c7a6b3 /app/views/nodes/sitemap.html.erb
parente19787c6ca542736db40e042554f5c0103531821 (diff)
Remove mis-leading flag for nodes in sitemap
Diffstat (limited to 'app/views/nodes/sitemap.html.erb')
-rw-r--r--app/views/nodes/sitemap.html.erb1
1 files changed, 0 insertions, 1 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>