diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-04-02 18:14:21 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-04-02 18:14:21 +0200 |
commit | 5ff9e5c7a1ee9725724e0d2abd7592166f9f49e0 (patch) | |
tree | ba4b7454e952ca141717617aba0e86e1bd799f46 /templates/history_map.html.ep | |
parent | 5dfbdd864433a01271e8025842b20608146e5152 (diff) |
history map: allow filtering by train type
Diffstat (limited to 'templates/history_map.html.ep')
-rw-r--r-- | templates/history_map.html.ep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index 0976ab4..ff2b243 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -70,6 +70,12 @@ </div> </div> <div class="row"> + <div class="input-field col s12"> + %= text_field 'filter_type', id => 'filter_type' + <label for="filter_tpye">Zugtypen</label> + </div> + </div> + <div class="row"> <div class="col s12 center-align"> <button class="btn wave-effect waves-light" type="submit"> Anzeigen |