{{#ui/ui-toolbar dark=false light=false raised=false large=false bordered=false}}
{{#ui/ui-toolbar-icon icon=constants.Icon.Sort color=constants.Color.Gray tooltip=(localize 'sort')}}
{{#attach-popover class="ember-attacher-popper" hideOn="click" showOn="click" isShown=false placement="bottom-end" as |attacher|}}
-
{{localize 'sort_by_name'}}
-
{{localize 'sort_by_created'}}
-
{{localize 'sort_by_revised'}}
{{ui/ui-button
light=true
color=constants.Color.Yellow
label=(localize 'sort')
onClick=(action "onSortBy" attacher)}}
{{/attach-popover}}
{{/ui/ui-toolbar-icon}}
{{/ui/ui-toolbar}}