mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
bugfix variable name
This commit is contained in:
parent
a64b35e9d4
commit
b460ee972e
|
|
@ -67,7 +67,7 @@
|
||||||
<i class="fas fa-ellipsis-v"></i>
|
<i class="fas fa-ellipsis-v"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="dropdown-menu">
|
<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') }}
|
<i class="fas fa-info"></i> {{ $__t('Show battery details') }}
|
||||||
</a>
|
</a>
|
||||||
<a class="dropdown-item" type="button" href="{{ $U('/batteriesjournal?battery=') }}{{ $curentBatteryEntry->battery_id }}">
|
<a class="dropdown-item" type="button" href="{{ $U('/batteriesjournal?battery=') }}{{ $curentBatteryEntry->battery_id }}">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user