diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-12-25 21:52:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-12-25 21:52:43 +0100 |
commit | 08a0bdb1afa1c7ee598134e276e945f899688b81 (patch) | |
tree | 056b5ab66d55166cd6e9ac33724b9949e1e7e75e /templates | |
parent | 2e474e5badebcb1f07bf40fe905714e8ff0d1cef (diff) |
add recursive / with_related support for IRIS backend
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/default.html.ep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 58669c6..2843843 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -147,6 +147,14 @@ Alle Angaben ohne Gewähr. %= check_box 'show_realtime' => 1 </div> </div> + <div class="field"> + <div class="desc"> + Betriebliche Bahnhofstrennungen ignorieren (z.B. "Hbf (Fern+Regio)" vs. "Hbf (S)") + </div> + <div> + %= check_box 'recursive' => 1 + </div> + </div> </div> % end |