diff --git a/app/views/invoices/edit.blade.php b/app/views/invoices/edit.blade.php index baee61b8e469..6a420d04edd6 100755 --- a/app/views/invoices/edit.blade.php +++ b/app/views/invoices/edit.blade.php @@ -212,14 +212,14 @@ ->fromQuery($invoiceDesigns, 'name', 'id')->data_bind("value: invoice_design_id") }} - {{ Button::normal('Download PDF', array('onclick' => 'onDownloadClick()')) }} - + {{ Button::primary('Download PDF', array('onclick' => 'onDownloadClick()'))->append_with_icon('download-alt'); }} + @if (!$invoice || (!$invoice->trashed() && !$invoice->client->trashed())) @if ($invoice)
- - +