add lat/lon

This commit is contained in:
Ryan Prather 2024-12-25 03:01:03 +00:00
parent b9d165928a
commit fc2218ee23

View File

@ -44,6 +44,7 @@
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">Address</th>
<th class="text-center text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">Contact Info</th>
<th class="text-center text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">Hours</th>
<th class="text-center text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">Lat/Lon</th>
<th class="text-secondary opacity-7"></th>
</tr>
</thead>
@ -58,6 +59,7 @@
<td>{{ r.getFormattedAddress()|raw }}</td>
<td>{{ r.getContactCard()|raw }}</td>
<td>{{ r.getHours() }}</td>
<td>{{ r.lat|number_format(6) }}/{{ r.lon|number_format(6) }}</td>
<td class='align-right'>
<a href='{{ path('app_community_resource_edit', {id: r.id}) }}' title='Edit Resource'>
<i class="material-symbols-rounded opacity-5">edit</i>