mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
20 lines
981 B
Plaintext
20 lines
981 B
Plaintext
.ofn-drop-down
|
|
%span
|
|
%i.icon-check
|
|
{{ 'admin.actions' | t }}
|
|
%i{ 'ng-class' => "expanded && 'icon-caret-up' || !expanded && 'icon-caret-down'" }
|
|
%div.menu{ 'ng-show' => "expanded" }
|
|
%div{ 'ng-repeat' => "link in links" }
|
|
%a.menu_item{ 'ng-if': "link.method", href: '{{link.url}}', target: "{{link.target || '_self'}}", data: { method: "{{ link.method }}", "ujs-navigate": "false", confirm: "{{link.confirm}}" } }
|
|
%span
|
|
%i{ ng: { class: "link.icon" } }
|
|
%span {{ link.name }}
|
|
%a.menu_item{ 'ng-if': "link.confirm && !link.method", href: '{{link.url}}', target: "{{link.target || '_self'}}", "data-confirm": "{{link.confirm}}" }
|
|
%span
|
|
%i{ ng: { class: "link.icon" } }
|
|
%span {{ link.name }}
|
|
%a.menu_item{ 'ng-if': "!link.confirm && !link.method", href: '{{link.url}}', target: "{{link.target || '_self'}}" }
|
|
%span
|
|
%i{ ng: { class: "link.icon" } }
|
|
%span {{ link.name }}
|