1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

Indique le nom de l'épisode

This commit is contained in:
Antoine
2016-04-23 18:32:22 +02:00
parent 73b9cf5e84
commit 836f3811be
3 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ define(
defaults: {
title: "",
character: "",
episode: "",
file: "",
playing: false
},

View File

@@ -1 +1 @@
<a href="#" class="btn btn-play">{{title}}</a>
<a href="#" role="button" title="{{episode}}" class="btn btn-play">{{title}}</a>