mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
4d8904938d
Signed-off-by: snipe <snipe@snipe.net>
5 lines
413 B
PHP
5 lines
413 B
PHP
<a style="padding-left: 10px; font-size: 18px;" class="text-dark-gray hidden-print" data-trigger="focus" tabindex="0" role="button" data-toggle="popover" title="{{ trans('general.more_info') }}" data-placement="right" data-html="true" data-content="{{ (isset($helpText)) ? $helpText : 'Help Info Missing' }}">
|
|
<x-icon type="more-info" />
|
|
<span class="sr-only">{{ trans('general.moreinfo') }}</span>
|
|
</a>
|