From 49e3a830626d87571f51442840561fd1d5145742 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Thu, 10 Jan 2019 15:32:33 -0500 Subject: [PATCH] FIX: minor regression when acting on queued post --- app/assets/javascripts/discourse/templates/queued-posts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/queued-posts.hbs b/app/assets/javascripts/discourse/templates/queued-posts.hbs index be1782d4c77..22e24e01424 100644 --- a/app/assets/javascripts/discourse/templates/queued-posts.hbs +++ b/app/assets/javascripts/discourse/templates/queued-posts.hbs @@ -1,7 +1,7 @@
{{#each model as |post|}} - {{queued-post post=post currentlyEditing=editing removePost="removePost"}} + {{queued-post post=post currentlyEditing=editing removePost=(route-action "removePost" post)}} {{else}}

{{i18n "queue.none"}}

{{/each}}