mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Formatting tweaks to email notifications
This commit is contained in:
parent
8f64da5bc7
commit
28e7ca5a84
|
@ -4,12 +4,6 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="content-cell" align="center">
|
<td class="content-cell" align="center">
|
||||||
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
||||||
|
|
||||||
@if ($snipeSettings->privacy_policy_link!='')
|
|
||||||
<a href="{{ $snipeSettings->privacy_policy_link }}">{{ trans('admin/settings/general.privacy_policy') }}</a>
|
|
||||||
@endif
|
|
||||||
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -45,7 +45,7 @@ Snipe-IT
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if ($snipeSettings->privacy_policy_link!='')
|
@if ($snipeSettings->privacy_policy_link!='')
|
||||||
[{{ $snipeSettings->privacy_policy_link }}]({{ trans('admin/settings/general.privacy_policy') }})
|
<a href="{{ $snipeSettings->privacy_policy_link }}">{{ trans('admin/settings/general.privacy_policy') }}</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if ($snipeSettings->privacy_policy_link!='')
|
@if ($snipeSettings->privacy_policy_link!='')
|
||||||
[{{ $snipeSettings->privacy_policy_link }}]({{ trans('admin/settings/general.privacy_policy') }})
|
<a href="{{ $snipeSettings->privacy_policy_link }}">{{ trans('admin/settings/general.privacy_policy') }}</a>ldfkgjg
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|
|
@ -196,6 +196,13 @@ $style = [
|
||||||
<a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ $snipeSettings->site_name }}</a>.
|
<a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ $snipeSettings->site_name }}</a>.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@if ($snipeSettings->privacy_policy_link!='')
|
||||||
|
<p style="{{ $style['paragraph-sub'] }}">
|
||||||
|
<a href="{{ $snipeSettings->privacy_policy_link }}">{{ trans('admin/settings/general.privacy_policy') }}</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
@endif
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue