Skip to content
Extraits de code Groupes Projets
Valider 8afae53a rédigé par Eliah Rebstock's avatar Eliah Rebstock
Parcourir les fichiers

Fix player

parent e4d0a9da
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #
......@@ -50,6 +50,6 @@ window.player = new Vue({
this.reloadData()
},
template: '<div class="thumbnail" id="player-thumbnail"><img v-bind:src="cover" alt="cover" id="player-img"/><div class="caption" id="player-caption">' +
'<p class="text-center">{{ title }} - {{ artist }} <a href="#" v-on:click="togglePlay" class="btn btn-default">' +
'<p class="text-center">{{ title }} - {{ artist }} <a v-on:click="togglePlay" class="btn btn-default">' +
'<span class="glyphicon" v-bind:class="[playClass]" aria-hidden="true"></span></a></p></div></div>'
})
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter