mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 20:33:40 +00:00
parent
3a5becc951
commit
82d53ae304
2 changed files with 3 additions and 3 deletions
|
|
@ -79,7 +79,7 @@
|
||||||
<x-trmnl::label variant="primary">{{ $event['summary'] }}</x-trmnl::label>
|
<x-trmnl::label variant="primary">{{ $event['summary'] }}</x-trmnl::label>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<x-trmnl::label variant="inverted">{{ $event['location'] ?? '—' }}</x-trmnl::label>
|
<x-trmnl::label variant="inverted">{{ Str::limit($event['location'] ?? '—',100) }}</x-trmnl::label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@empty
|
@empty
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<script src="{{ config('services.trmnl.base_url') }}/js/highcharts/12.3.0/highcharts.js"></script>
|
<script src="https://trmnl.com/js/highcharts/12.3.0/highcharts.js"></script>
|
||||||
<script src="{{ config('services.trmnl.base_url') }}/js/chartkick/5.0.1/chartkick.min.js"></script>
|
<script src="https://trmnl.com/js/chartkick/5.0.1/chartkick.min.js"></script>
|
||||||
|
|
||||||
<div class="view view--{{ size }}">
|
<div class="view view--{{ size }}">
|
||||||
<div class="layout layout--col gap--space-between">
|
<div class="layout layout--col gap--space-between">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue