mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-16 07:54:36 -04:00
Minor fixes for email designs
This commit is contained in:
parent
b4b5af3ac4
commit
ab8b15067c
@ -36,7 +36,7 @@
|
|||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
@isset($signature)
|
@isset($signature)
|
||||||
<p>{!! nl2br($signature) !!}</p>
|
<p>{{ nl2br($signature) }}</p>
|
||||||
@endisset
|
@endisset
|
||||||
</div>
|
</div>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
@ -198,8 +198,8 @@
|
|||||||
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 500; margin-bottom:0;">
|
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 500; margin-bottom:0;">
|
||||||
{{ $company->present()->name() }}</p>
|
{{ $company->present()->name() }}</p>
|
||||||
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 400; margin-top: 5px;">
|
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 400; margin-top: 5px;">
|
||||||
<span>{{ $company->settings->phone }}</span>
|
<p>{{ $company->settings->phone }}</p>
|
||||||
<span style="font-weight: 500"> {{ $company->settings->website }}</span>
|
<p style="font-weight: 500"> {{ $company->settings->website }}</p>
|
||||||
</p>
|
</p>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user