mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Only number picker help hint when not empty
This commit is contained in:
parent
11f65629e3
commit
c3e59d21b9
@ -21,10 +21,12 @@
|
||||
class="form-group {{ $additionalGroupCssClasses }}">
|
||||
<label for="{{ $id }}">
|
||||
{{ $__t($label) }}
|
||||
@if(!empty($hint) || !empty($hintId))
|
||||
<i id="{{ $hintId }}"
|
||||
class="fas fa-question-circle"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $hint }}"></i>
|
||||
@endif
|
||||
{!! $additionalHtmlContextHelp !!}
|
||||
@if(!empty($contextInfoId))
|
||||
<span id="{{ $contextInfoId }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user