mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
UI strings/tooltips/basic handling review/optimizations
This commit is contained in:
@@ -91,13 +91,17 @@
|
||||
<tr>
|
||||
<td class="fit-content border-right">
|
||||
<a class="btn btn-info btn-sm show-as-dialog-link"
|
||||
href="{{ $U('/location/') }}{{ $location->id }}?embedded">
|
||||
href="{{ $U('/location/') }}{{ $location->id }}?embedded"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Edit this item') }}">
|
||||
<i class="fas fa-edit"></i>
|
||||
</a>
|
||||
<a class="btn btn-danger btn-sm location-delete-button"
|
||||
href="#"
|
||||
data-location-id="{{ $location->id }}"
|
||||
data-location-name="{{ $location->name }}">
|
||||
data-location-name="{{ $location->name }}"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Delete this item') }}">
|
||||
<i class="fas fa-trash"></i>
|
||||
</a>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user