From 838bfb7f1d0c8d1eb755c045684acdbd89f5c758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Fri, 25 Dec 2020 15:14:10 +0300 Subject: [PATCH] timeline sent line button styling.. --- .../views/components/documents/show/timeline.blade.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/views/components/documents/show/timeline.blade.php b/resources/views/components/documents/show/timeline.blade.php index 00844b0fa..c1076e8aa 100644 --- a/resources/views/components/documents/show/timeline.blade.php +++ b/resources/views/components/documents/show/timeline.blade.php @@ -95,7 +95,6 @@ @endcan @endif @stack('timeline_receive_body_button_received_end') - @elseif($document->status == 'viewed') @stack('timeline_viewed_invoice_body_message_start') {{ trans_choice('general.statuses', 1) . ':' }} @@ -107,10 +106,11 @@ {{ trans('invoices.messages.status.send.sent', ['date' => Date::parse($document->sent_at)->format($date_format)]) }} @stack('timeline_sent_body_message_end') @endif - - - + + @if (!($document->status != 'sent' && $document->status != 'partial' && $document->status != 'viewed'))
+ @endif + @stack('timeline_sent_body_button_email_start') @if (!$hideButtonEmail) @if($document->contact_email) @@ -134,6 +134,7 @@ @endif @endif @stack('timeline_sent_body_button_share_end') +
@stack('timeline_sent_body_end')