-

+
Herzlich willkommen beim CCC Stuttgart
Neu hier? Schau' doch bei unserer Beschreibung über uns
diff --git a/layouts/default.html b/layouts/default.html
index f6c3d5ef..c3786c4e 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -54,13 +54,13 @@
<% render("#{@item[:kind]}_body") do %><%= yield %><% end %>
diff --git a/layouts/event_header.erb b/layouts/event_header.erb
index 7dfc1887..acfa1b0e 100644
--- a/layouts/event_header.erb
+++ b/layouts/event_header.erb
@@ -39,19 +39,22 @@
<% if @item[:location] %>
- - <% if item[:location][:url] %><%= item[:location][:name] %><% else %><%= item[:location][:name] %><% end %>
- <% if item[:location][:details] %>
- <%= item[:location][:details] %><% end %>
-
- <% if item[:location][:strasse] %>
- <%= item[:location][:strasse] %><% end %>
- <% if item[:location][:ort] %>
- <%= item[:location][:plz] %> <%= item[:location][:ort] %><% end %>
-
+ - <% if item[:location][:url] %><%= item[:location][:name] %><% else %><%= item[:location][:name] %><% end %>
+ <% if item[:location][:details] %>- <%= item[:location][:details] %>
<% end %>
+ -
+
+ <% if item[:location][:strasse] %>- <%= item[:location][:strasse] %>
<% end %>
+ <% if item[:location][:ort] %>- <%= item[:location][:plz] %> <%= item[:location][:ort] %>
<% end %>
+
+
<% if item[:location][:lon] %>
-
N<%= item[:location][:lat] %>
E<%= item[:location][:lon] %>
- (Karte)
+ (Karte)
+
<% end %>