mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-19 01:30:50 -08:00
7 lines
83 B
PHP
7 lines
83 B
PHP
|
@if ($show_url_in_emails=='1')
|
||
|
[{{ $slot }}]({{ $url }})
|
||
|
@else
|
||
|
{{ $slot }}
|
||
|
@endif
|
||
|
|