Browse Source

add scooter and boat modes

pull/34/head
Aaron Parecki 4 years ago
parent
commit
3910249dbb
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      compass/resources/views/map.blade.php

+ 1
- 1
compass/resources/views/map.blade.php View File

@ -18,7 +18,7 @@
<div class="fields">
<div style="display: flex; margin-right: 4px;">
<select id="trip-mode">
@foreach(['walk', 'run', 'bicycle', 'car2go', 'car', 'taxi', 'bus', 'train', 'plane'] as $mode)
@foreach(['walk', 'run', 'bicycle', 'scooter', 'car', 'taxi', 'bus', 'train', 'boat', 'plane'] as $mode)
<option value="{{ $mode }}">{{ $mode }}</option>
@endforeach
</select>

Loading…
Cancel
Save