mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Clean up files and add alias
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
<em title="{{ __('firefly.location') }}" class="fa-solid fa-earth-europe"></em>
|
||||
</label>
|
||||
<div class="col-sm-10">
|
||||
<div :id="'location_map_' + index" style="height:300px;" :data-index="index"></div>
|
||||
<div
|
||||
data-latitude="{{ $latitude }}"
|
||||
data-longitude="{{ $longitude }}"
|
||||
data-zoom-level="{{ $zoomLevel }}"
|
||||
:id="'location_map_' + index" style="height:300px;" :data-index="index"></div>
|
||||
<span class="muted small">
|
||||
<template x-if="!transaction.hasLocation">
|
||||
<span>{{ __('firefly.click_tap_location') }}</span>
|
||||
|
||||
Reference in New Issue
Block a user