Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Fixed "without" filters. #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions resources/views/map.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,23 @@
</label>
</div>
<div class="form-check">
<input class="form-check-input type" type="radio" id="fuel_of_stations_gasoline"
<input class="form-check-input type" type="radio" id="fuel_of_stations_without_gasoline"
name="fuel_stations_type" value="without_gasoline" autocomplete="off">
<label class="form-check-label" for="fuel_of_stations_gasoline">
<label class="form-check-label" for="fuel_of_stations_without_gasoline">
Sem Gasolina
</label>
</div>
<div class="form-check">
<input class="form-check-input type" type="radio" id="fuel_of_stations_diesel" name="fuel_stations_type"
<input class="form-check-input type" type="radio" id="fuel_of_stations_without_diesel" name="fuel_stations_type"
value="without_diesel" autocomplete="off">
<label class="form-check-label" for="fuel_of_stations_diesel">
<label class="form-check-label" for="fuel_of_stations_without_diesel">
Sem Gasóleo
</label>
</div>
<div class="form-check">
<input class="form-check-input type" type="radio" id="fuel_of_stations_lpg" name="fuel_stations_type"
<input class="form-check-input type" type="radio" id="fuel_of_stations_without_lpg" name="fuel_stations_type"
value="without_lpg" autocomplete="off">
<label class="form-check-label" for="fuel_of_stations_lpg">
<label class="form-check-label" for="fuel_of_stations_without_lpg">
Sem GPL
</label>
</div>
Expand Down Expand Up @@ -165,7 +165,7 @@
</label>
</div>
<div>
<label><a id="a_reset_brand_filter" href="#"">Mostrar todas</a> </label>
<label><a id="a_reset_brand_filter" href="#">Mostrar todas</a> </label>
</div>
</fieldset>
<div class="iframe-remove">
Expand Down