1
Fork 0

make table look nicer

This commit is contained in:
Jake Howard 2017-11-10 21:42:17 +00:00
parent 65da181344
commit e86d39d8d8
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 7 additions and 9 deletions

View file

@ -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>

View file

@ -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",