mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-10 00:15:34 +00:00
Révise la gestion des sons via une CollectionView
This commit is contained in:
1
js/app/templates/sound.hbs
Normal file
1
js/app/templates/sound.hbs
Normal file
@@ -0,0 +1 @@
|
||||
<a href="#">{{title}}</a>
|
||||
@@ -1,7 +0,0 @@
|
||||
<ul>
|
||||
{{#each data.sounds}}
|
||||
<li>
|
||||
<a href="#" data-sound="{{@key}}">{{title}}</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user