mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
* E-mail template * Light & dark -email * Light version of template & example-mail * Add template with dark background * Remove unused templates
5 lines
207 B
PHP
5 lines
207 B
PHP
<a href="{{ $url }}" target="_blank">
|
|
<button class="text-white text-sm tracking-wide bg-blue-500 hover:bg-blue-600 hover:shadow rounded w-full my-8 p-4 uppercase">
|
|
{{ $slot }}
|
|
</button>
|
|
</a> |