From ddb680c38b888c9d3f888ed01fcb143a4fe28f10 Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Wed, 26 Sep 2018 10:43:57 -0700 Subject: [PATCH] fix issue with template format --- wherehows-web/app/templates/components/last-saved-by.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wherehows-web/app/templates/components/last-saved-by.hbs b/wherehows-web/app/templates/components/last-saved-by.hbs index d50089515c..70c5bbf824 100644 --- a/wherehows-web/app/templates/components/last-saved-by.hbs +++ b/wherehows-web/app/templates/components/last-saved-by.hbs @@ -19,12 +19,12 @@ - {{tooltip-on-element text=actor}} + {{tooltip-on-element text=actor}} {{split-text actor maxCharLength}} - + {{else}} {{lastSaved}} {{/if}}