Add note about only showing first 100 items
This commit is contained in:
parent
b12b58fa9f
commit
d22b69809d
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
||||||
{{ $playlist.name }}
|
{{ $playlist.name }}
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
{{ if $playlist.tracks.next }}
|
||||||
|
<p>Only showing first {{ $playlist.tracks.limit }}. <a href="{{ $playlist.external_urls.spotify }}">See all {{ $playlist.tracks.total }}</a></p>
|
||||||
|
{{ end }}
|
||||||
<table class="table table-hover table-striped table-dark">
|
<table class="table table-hover table-striped table-dark">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue