diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index b1a1e37..097b358 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -95,22 +95,20 @@
class: "group flex items-center justify-center px-3 py-1 text-[11px] rounded-md text-gray-400 hover:text-gray-700 hover:bg-gray-50/50 transition w-full",
title: "Aktuelle Git-Revision anzeigen" do %>
-
-
-
-
-
- <% if CURRENT_COMMIT.present? %>
- <%= CURRENT_COMMIT %>
- <% else %>
- repository
- <% end %>
-
- <% end %>
-
-
+
+
+
+
+
+ <% if CURRENT_COMMIT.present? %>
+ <%= CURRENT_COMMIT %>
+ <% else %>
+ repository
+ <% end %>
+
+ <% end %>