From 105f7cc8ab76e7adb6cbc2a2f34521d6e0c44f9f Mon Sep 17 00:00:00 2001 From: loganhz Date: Sun, 17 Jun 2018 09:13:32 +0800 Subject: [PATCH] Revert the change for action menu --- app/container/template.hbs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/container/template.hbs b/app/container/template.hbs index ec081d965..9a6dc6cf1 100644 --- a/app/container/template.hbs +++ b/app/container/template.hbs @@ -6,9 +6,7 @@
{{badge-state model=model}} - {{#unless (eq model.state 'removed')}} - {{action-menu model=model showPrimary=false classNames="ml-10 inline-block" size="sm"}} - {{/unless}} + {{action-menu model=model showPrimary=false classNames="ml-10 inline-block" size="sm"}}