mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Temp fix for markdown stuff
This commit is contained in:
parent
fd210c6439
commit
c0f8b3773c
|
@ -1,5 +1 @@
|
||||||
@if ($show_url_in_emails=='1')
|
|
||||||
[{{ $slot }}]({{ $url }})
|
|
||||||
@else
|
|
||||||
{{ $slot }}
|
{{ $slot }}
|
||||||
@endif
|
|
||||||
|
|
|
@ -1,6 +1 @@
|
||||||
@if ($show_url_in_emails=='1')
|
|
||||||
[{{ $slot }}]({{ $url }})
|
[{{ $slot }}]({{ $url }})
|
||||||
@else
|
|
||||||
{{ $slot }}
|
|
||||||
@endif
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue