add button to open map, finish county filtering
This commit is contained in:
parent
9cc469b5f8
commit
e84e954164
@ -20,6 +20,7 @@
|
||||
<h6 class="text-white text-capitalize ps-3">Free/Low-cost Community Resources</h6>
|
||||
</div>
|
||||
<div>
|
||||
<button type='button' class='btn btn-block btn-light mb-3' onclick="window.open('{{ path('app_community_resource_map') }}', '_self')">Map</button>
|
||||
<button type="button" class="btn btn-block btn-light mb-3" onclick="window.open('{{ path('app_community_resource_add') }}', '_self')">Add Resource</button>
|
||||
</div>
|
||||
</div>
|
||||
@ -27,7 +28,7 @@
|
||||
<div class="card-body px-0 pb-2">
|
||||
<div>
|
||||
Filters:
|
||||
<select onchange='filterResourceByCounty(this.value)'>
|
||||
<select onchange='filterResourceByCounty()' id='countyList'>
|
||||
<option value=''></option>
|
||||
|
||||
{% for c in enum('App\\Enums\\County').cases() %}
|
||||
|
Loading…
Reference in New Issue
Block a user