diff options
Diffstat (limited to 'templates/history_map.html.ep')
-rw-r--r-- | templates/history_map.html.ep | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep new file mode 100644 index 0000000..808b033 --- /dev/null +++ b/templates/history_map.html.ep @@ -0,0 +1,7 @@ +<div class="row"> + <div class="col s12"> + Karte aller bisherigen Zugfahrten: + </div> +</div> + +%= include '_map', station_coordinates => $station_coordinates, station_pairs => $station_pairs |