make table look nicer
This commit is contained in:
parent
65da181344
commit
e86d39d8d8
2 changed files with 7 additions and 9 deletions
|
@ -9,13 +9,14 @@
|
||||||
</h3>
|
</h3>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<table>
|
<table class="table table-hover table-striped">
|
||||||
|
<caption><a href="{{ $playlist.url }}">View playlist on Spotify</a></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th scope="row"></th>
|
||||||
<th>Track</th>
|
<th scope="row">Track</th>
|
||||||
<th>Artist</th>
|
<th scope="row">Artist</th>
|
||||||
<th>Album</th>
|
<th scope="row">Album</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -33,9 +34,6 @@
|
||||||
<td>{{ .album.name }}</td>
|
<td>{{ .album.name }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<tr><td colspan="4">
|
|
||||||
<a href="{{ $playlist.url }}">View playlist on Spotify</a>
|
|
||||||
</td></tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"yaml-lint": "0.0.4"
|
"yaml-lint": "0.0.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "4.0.0-beta",
|
"bootstrap": "4.0.0-beta.2",
|
||||||
"font-awesome": "4.7.0",
|
"font-awesome": "4.7.0",
|
||||||
"jquery": "3.2.1",
|
"jquery": "3.2.1",
|
||||||
"lg-thumbnail": "1.0.3",
|
"lg-thumbnail": "1.0.3",
|
||||||
|
|
Loading…
Reference in a new issue