From 64c749f05d3554ce2e745de3d8df2700797c4880 Mon Sep 17 00:00:00 2001
From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Date: Sun, 8 Feb 2026 14:34:42 +0100
Subject: [PATCH] Clean up HTML structure
---
app/views/directions/show.html.erb | 14 +++++++-------
app/views/layers_panes/show.html.erb | 4 ++--
app/views/layouts/_header.html.erb | 2 +-
app/views/layouts/site.html.erb | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/app/views/directions/show.html.erb b/app/views/directions/show.html.erb
index 4096405e3..4450e9a5c 100644
--- a/app/views/directions/show.html.erb
+++ b/app/views/directions/show.html.erb
@@ -4,13 +4,13 @@
<% Rails.root.glob("app/assets/images/routing/*.svg")
.map { |path| File.basename(path, ".svg") }
.each do |icon| %>
- <%= inline_svg_tag "routing/#{icon}.svg", :id => "routing-sprite-#{icon}", :to_symbol => true %>
- <% if icon.end_with?("right") %>
-