diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2015-10-10 15:06:15 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-10 15:06:15 +0200 | 
| commit | d35c577924d282e4ee6d4afb27f7b473f20ab0cd (patch) | |
| tree | f801a316ceb2d8420636f95b1b449f0c6951c0c4 | |
| parent | 74f7db8938d62feed1e0c46e7914e5fb25244661 (diff) | |
Alle Angaben ohne Gewähr.
| -rw-r--r-- | templates/layouts/default.html.ep | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index a169699..801812c 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -52,6 +52,9 @@ on 2015-01-02 at 07:00 CET.</div>    Reisenden-Informationssystem"?) unterstützt. Im Normalfall enthält das    IRIS mehr und detailliertere Angaben.  </p> +<p> +Alle Angaben ohne Gewähr. +</p>  % } @@ -104,7 +107,7 @@ on 2015-01-02 at 07:00 CET.</div>        Layout      </div>      <div> -      %= select_field mode => [ ['Infoscreen' => 'clean'], ['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'] ] +      %= select_field mode => [ ['App / Infoscreen' => 'clean'], ['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'] ]      </div>    </div>    <div class="field">  | 
