Fixed up vendor views

This commit is contained in:
Graham Campbell
2018-12-28 14:17:57 +00:00
parent 5b90a4523d
commit 3d216fb3ab
11 changed files with 115 additions and 238 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="{{ $url }}" class="button button-{{ $color or 'blue' }}" target="_blank">{{ $slot }}</a>
<a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank">{{ $slot }}</a>
</td>
</tr>
</table>