mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Only number picker help hint when not empty
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user