7 lines
380 B
Plaintext
7 lines
380 B
Plaintext
- @directions.each do |direction|
|
|
%button.rd-expand-lines-button{ type: "button", data: { click: 'expandLines', expand_direction: direction }, aria: { label: label(direction) } }
|
|
%span{ data: { visible_when: 'idle' } }
|
|
= helpers.sprite_icon(icon_name(direction))
|
|
%span{ data: { visible_when: 'loading' } }
|
|
= helpers.gl_loading_icon(size: 'sm', inline: true)
|