mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #4846
This commit is contained in:
@@ -1,19 +1,3 @@
|
||||
<!--
|
||||
<pre>
|
||||
Some debug
|
||||
name: {{ name }}
|
||||
lat: {{ name~'_latitude' }}
|
||||
long: {{ name~'_longitude' }}
|
||||
zoom:{{ name~'_zoom_level' }}
|
||||
old lat: {{ old(name~'_latitude') }}
|
||||
old long: {{ old(name~'_longitude') }}
|
||||
old zoom: {{ old(name~'_zoom_level') }}
|
||||
default lat: {{ 'location.'~name~'.latitude' }}: {{ options.locations[name].latitude|default(config('firefly.default_location.latitude')) }} (with default)
|
||||
default long: {{ 'location.'~name~'.longitude' }}: {{ options.locations[name].longitude|default(config('firefly.default_location.longitude')) }} (with default)
|
||||
default zoom: {{ 'location.'~name~'.zoom_level' }}: {{ options.locations[name].zoom_level|default(config('firefly.default_location.zoom_level')) }} (with default)
|
||||
</pre>
|
||||
|
||||
-->
|
||||
<div class="{{ classes }}" id="{{ name }}_holder">
|
||||
<label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
|
||||
<div class="col-sm-8">
|
||||
|
||||
Reference in New Issue
Block a user