diff options
| -rw-r--r-- | templates/commute.html.ep | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/commute.html.ep b/templates/commute.html.ep index cd52a0f..cce1240 100644 --- a/templates/commute.html.ep +++ b/templates/commute.html.ep @@ -1,5 +1,3 @@ -<h1>Fahrten nach Start oder Ziel</h1> -  <div class="row">  	<div class="col s12">  		<p> @@ -54,6 +52,7 @@  	</div>  %= end +<h1><%= param('year') %></h1>  <div class="row">  	<div class="col s12 m12 l12">  		<p>  | 
