From 27e14c0548f0d8eb7104fe7ee544a11aa04db929 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 16 Apr 2016 13:50:32 +0300 Subject: [PATCH] Minor cosmetic fixes on history load more button. --- src/uxbox/ui/workspace/sidebar/history.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/uxbox/ui/workspace/sidebar/history.cljs b/src/uxbox/ui/workspace/sidebar/history.cljs index 181e96b30..934772782 100644 --- a/src/uxbox/ui/workspace/sidebar/history.cljs +++ b/src/uxbox/ui/workspace/sidebar/history.cljs @@ -87,7 +87,8 @@ (rum/with-key (str (:id item))))) (if show-more? [:li {:on-click on-load-more} - [:a.btn-primary.btn-small "view more"]])])))) + [:a.btn-primary.btn-small + "view more"]])])))) (defn history-list-will-update [own]