timeline sent line button styling..

This commit is contained in:
Cüneyt Şentürk 2020-12-25 15:14:10 +03:00
parent b2e8522665
commit 838bfb7f1d

View File

@ -95,7 +95,6 @@
@endcan @endcan
@endif @endif
@stack('timeline_receive_body_button_received_end') @stack('timeline_receive_body_button_received_end')
</div>
@elseif($document->status == 'viewed') @elseif($document->status == 'viewed')
@stack('timeline_viewed_invoice_body_message_start') @stack('timeline_viewed_invoice_body_message_start')
<small>{{ trans_choice('general.statuses', 1) . ':' }}</small> <small>{{ trans_choice('general.statuses', 1) . ':' }}</small>
@ -107,10 +106,11 @@
<small>{{ trans('invoices.messages.status.send.sent', ['date' => Date::parse($document->sent_at)->format($date_format)]) }}</small> <small>{{ trans('invoices.messages.status.send.sent', ['date' => Date::parse($document->sent_at)->format($date_format)]) }}</small>
@stack('timeline_sent_body_message_end') @stack('timeline_sent_body_message_end')
@endif @endif
@if (!($document->status != 'sent' && $document->status != 'partial' && $document->status != 'viewed'))
<div class="mt-3"> <div class="mt-3">
@endif
@stack('timeline_sent_body_button_email_start') @stack('timeline_sent_body_button_email_start')
@if (!$hideButtonEmail) @if (!$hideButtonEmail)
@if($document->contact_email) @if($document->contact_email)
@ -134,6 +134,7 @@
@endif @endif
@endif @endif
@stack('timeline_sent_body_button_share_end') @stack('timeline_sent_body_button_share_end')
</div> </div>
@stack('timeline_sent_body_end') @stack('timeline_sent_body_end')