mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 06:44:36 -04:00
Minor fixes for email designs
This commit is contained in:
parent
b4b5af3ac4
commit
ab8b15067c
@ -36,7 +36,7 @@
|
||||
@endisset
|
||||
|
||||
@isset($signature)
|
||||
<p>{!! nl2br($signature) !!}</p>
|
||||
<p>{{ nl2br($signature) }}</p>
|
||||
@endisset
|
||||
</div>
|
||||
@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;">
|
||||
{{ $company->present()->name() }}</p>
|
||||
<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>
|
||||
<span style="font-weight: 500"> {{ $company->settings->website }}</span>
|
||||
<p>{{ $company->settings->phone }}</p>
|
||||
<p style="font-weight: 500"> {{ $company->settings->website }}</p>
|
||||
</p>
|
||||
@endif
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user