VRFS-1465 fix instrument icons for sessions on feed
This commit is contained in:
parent
e38494b0f9
commit
d00bc8d5fc
|
|
@ -62,8 +62,8 @@
|
|||
= '{{user.first_name}} {{user.last_name}}'
|
||||
%td
|
||||
.nowrap
|
||||
= '{% if(user.total_instruments) { %}'
|
||||
= '{% _.each(_.uniq(user.total_instruments), function(instrument_id) { %}'
|
||||
= '{% if(user.instruments) { %}'
|
||||
= '{% _.each(_.uniq(user.instruments), function(instrument_id) { %}'
|
||||
%img.instrument-icon{'instrument-id' =>'{{instrument_id}}', height:24, width:24}
|
||||
= '{% }) %}'
|
||||
= '{% } else { %}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue