mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
11 lines
631 B
Plaintext
11 lines
631 B
Plaintext
.ofn-drop-down
|
|
%span
|
|
%i.icon-check
|
|
Actions
|
|
%i{ 'ng-class' => "expanded && 'icon-caret-up' || !expanded && 'icon-caret-down'" }
|
|
%div.menu{ 'ng-show' => "expanded", style: 'width: 200px' }
|
|
%a.menu_item{ 'ng-repeat' => "link in links", href: '{{link.url}}', target: "{{link.target || '_self'}}", data: { method: "{{ link.method || 'get' }}", confirm: "{{link.confirm}}" }, style: 'display: inline-block; width: 100%' }
|
|
%span{ :style => 'text-align: center; display: inline-block; width: 20%'}
|
|
%i{ ng: { class: "link.icon" } }
|
|
%span{ style: "display: inline-block; width: auto"} {{ link.name }}
|