13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
%script{type: 'text/template', id: 'template-icon-instrument-select'}
|
|
.icon-instrument-select
|
|
.current-instrument.none
|
|
%a.arrow-down
|
|
%ul
|
|
= '{% _.each(data.instruments, function(instrument, instrumentId) { %}'
|
|
%li{'data-instrument-id' => '{{instrumentId}}'}
|
|
%a{href:'#'}
|
|
%img{src: '{{instrument.asset}}'}
|
|
= '{{instrument.name}}'
|
|
= '{% }) %}'
|
|
|