summaryrefslogtreecommitdiff
path: root/app/views/nodes/sitemap.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/nodes/sitemap.html.erb')
-rw-r--r--app/views/nodes/sitemap.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/nodes/sitemap.html.erb b/app/views/nodes/sitemap.html.erb
index 3b9328da..95ed544f 100644
--- a/app/views/nodes/sitemap.html.erb
+++ b/app/views/nodes/sitemap.html.erb
@@ -26,8 +26,8 @@
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 </span> 27 </span>
28 <div class="title_body"> 28 <div class="title_body">
29 <div class="node_title"><%= link_to title_for_node(node), node_path(node) %></div> 29 <div class="row_primary node_title"><%= link_to title_for_node(node), node_path(node) %></div>
30 <div class="node_path"> 30 <div class="row_secondary node_path">
31 <%= world_icon %> 31 <%= world_icon %>
32 <%= link_to_path(node.unique_name, node.unique_name) %> 32 <%= link_to_path(node.unique_name, node.unique_name) %>
33 </div> 33 </div>