mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
UI strings/tooltips/basic handling review/optimizations
This commit is contained in:
@@ -88,12 +88,16 @@
|
||||
<tr>
|
||||
<td class="fit-content border-right d-print-none">
|
||||
<a class="btn btn-info btn-sm"
|
||||
href="{{ $U('/userobject/' . $userentity->name . '/') }}{{ $userobject->id }}">
|
||||
href="{{ $U('/userobject/' . $userentity->name . '/') }}{{ $userobject->id }}"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Edit this item') }}">
|
||||
<i class="fas fa-edit"></i>
|
||||
</a>
|
||||
<a class="btn btn-danger btn-sm userobject-delete-button"
|
||||
href="#"
|
||||
data-userobject-id="{{ $userobject->id }}">
|
||||
data-userobject-id="{{ $userobject->id }}"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Delete this item') }}">
|
||||
<i class="fas fa-trash"></i>
|
||||
</a>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user