mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
6ca0841626
* 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> |