From a3547452836c648c8074c54a37eb39929398457b Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Tue, 20 Aug 2013 01:32:37 +0200 Subject: [PATCH] fix reshare button when already reshared --- .../single-post-actions_tpl.jst.hbs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs index b8495ef76..40b234bab 100644 --- a/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs @@ -21,13 +21,15 @@ {{#if userCanReshare}} - - {{#if userReshare}} - - {{else}} - - {{/if}} + + + {{else}} + {{#if userReshare}} + + + + {{/if}} {{/if}}