mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Formatting tweaks to email notifications
This commit is contained in:
parent
8f64da5bc7
commit
28e7ca5a84
|
@ -4,12 +4,6 @@
|
|||
<tr>
|
||||
<td class="content-cell" align="center">
|
||||
{{ 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>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -45,7 +45,7 @@ Snipe-IT
|
|||
@endif
|
||||
|
||||
@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
|
||||
|
||||
@endcomponent
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
@endif
|
||||
|
||||
@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
|
||||
|
||||
@endcomponent
|
||||
|
|
|
@ -196,6 +196,13 @@ $style = [
|
|||
<a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ $snipeSettings->site_name }}</a>.
|
||||
All rights reserved.
|
||||
</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>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue