mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
7 lines
399 B
Plaintext
7 lines
399 B
Plaintext
.ofn-drop-down#bulk-actions-dropdown
|
|
%span.icon-check= " #{t('admin.actions')}".html_safe
|
|
%span{ 'ng-class' => "expanded && 'icon-caret-up' || !expanded && 'icon-caret-down'" }
|
|
.menu{ 'ng-show' => "expanded" }
|
|
.menu_item{ 'ng-repeat' => "action in bulkActions", 'ng-click' => "$eval(action.callback)(filteredLineItems)", 'close-on-click' => true }
|
|
%span.name {{ action.name }}
|