bugfix variable name

This commit is contained in:
Kurt Riddlesperger 2020-01-27 16:53:30 -06:00
parent a64b35e9d4
commit b460ee972e

View File

@ -67,7 +67,7 @@
<i class="fas fa-ellipsis-v"></i>
</button>
<div class="dropdown-menu">
<a class="dropdown-item battery-name-cell" data-chore-id="{{ $curentBatteryEntry->battery_id }}" type="button" href="#">
<a class="dropdown-item battery-name-cell" data-battery-id="{{ $curentBatteryEntry->battery_id }}" type="button" href="#">
<i class="fas fa-info"></i> {{ $__t('Show battery details') }}
</a>
<a class="dropdown-item" type="button" href="{{ $U('/batteriesjournal?battery=') }}{{ $curentBatteryEntry->battery_id }}">