From 88f502236af0083e5b6cd845244dca8d588f24c5 Mon Sep 17 00:00:00 2001 From: Anton Ilin Date: Sat, 1 Feb 2014 00:21:27 +0200 Subject: [PATCH] Fix arguments for hevercardable helper We should pass person object to the hovecrardable helper. In the current case `this` is the status message, not the status author. So, let's pass `author` instead of `this`. --- app/assets/templates/reshare_tpl.jst.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/templates/reshare_tpl.jst.hbs b/app/assets/templates/reshare_tpl.jst.hbs index b528bfc55..ef7b821f2 100644 --- a/app/assets/templates/reshare_tpl.jst.hbs +++ b/app/assets/templates/reshare_tpl.jst.hbs @@ -13,7 +13,7 @@ {{#with root}}
- {{author.name}} + {{author.name}} -