diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep
index 7e9bfd0e91d3078ff4fc9a3e67c3a59e7de64e98..193657ff7659be6d52a0cdcdc681de0fa4cd6ac1 100644
--- a/templates/_checked_in.html.ep
+++ b/templates/_checked_in.html.ep
@@ -218,12 +218,12 @@
@@ -273,9 +273,9 @@
% my $url = 'https://marudor.de/details/' . $journey->{train_type} . ' ' . $journey->{train_no} . '/' . DateTime->now(time_zone => 'Europe/Berlin')->epoch . '000';
-
timeline Zuglauf
+
timeline Zuglauf
% if ($journey->{extra_data}{trip_id}) {
-
map Karte
+
map Karte
% }
@@ -311,7 +311,7 @@
diff --git a/templates/edit_journey.html.ep b/templates/edit_journey.html.ep
index ff3638192d159e200b25d7b28c46dfb40facaa77..0eb8a9938566ced45599dee50b4f2494347385b3 100644
--- a/templates/edit_journey.html.ep
+++ b/templates/edit_journey.html.ep
@@ -108,7 +108,7 @@
diff --git a/templates/journey.html.ep b/templates/journey.html.ep
index 74ad9627f31fde6ce59b2a94409cd1e30201e32b..3a27194daf580690711fb1d7437c66da751bd1b3 100644
--- a/templates/journey.html.ep
+++ b/templates/journey.html.ep
@@ -231,7 +231,7 @@
%= form_for '/journey/edit' => (method => 'POST') => begin
%= hidden_field 'journey_id' => param('journey_id')
%= end
@@ -242,7 +242,7 @@
%= form_for '/journey/edit' => (method => 'POST') => begin
%= hidden_field 'journey_id' => param('journey_id')
%= end
@@ -252,7 +252,7 @@
data-id="<%= $journey->{id} %>"
data-checkin="<%= $journey->{checkin}->epoch %>"
data-checkout="<%= $journey->{checkout}->epoch %>">
- delete_forever
+ delete_forever
Löschen
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep
index fd71f9c29a85bc21ef8291f53dfce34f6368f182..8cbcddef1a0d2c7e7e342e4def1a9f96aee43bd7 100644
--- a/templates/landingpage.html.ep
+++ b/templates/landingpage.html.ep
@@ -59,7 +59,7 @@
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 73c34407642bd6b03c399e6744736bd1f5f885fb..65acccf0ceeab65412a8bfc574359d3171b51004 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -89,14 +89,14 @@
- invert_colors
+ invert_colors
% if (is_user_authenticated()) {
- history
- account_circle
+ history
+ account_circle
% }
% else {
- info_outline
+ info_outline
% }