From bd79eb9af1b2065323c9d5cc1c6bfa473b4a0af7 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 24 Dec 2015 19:36:00 +0200 Subject: [PATCH] Fix compatibility with latest sablono version. --- frontend/uxbox/ui/dashboard/projects.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/uxbox/ui/dashboard/projects.cljs b/frontend/uxbox/ui/dashboard/projects.cljs index 1e40f7c315..f7ac1bdf3f 100644 --- a/frontend/uxbox/ui/dashboard/projects.cljs +++ b/frontend/uxbox/ui/dashboard/projects.cljs @@ -198,10 +198,10 @@ [:div.project-th-actions [:div.project-th-icon.pages i/page - [:span 0]] + [:span "0"]] [:div.project-th-icon.comments i/chat - [:span 0]] + [:span "0"]] [:div.project-th-icon.delete {:on-click #(do (dom/stop-propagation %)