diff --git a/templates/tweet.hbs b/templates/tweet.hbs index 6166884..b35ae4e 100644 --- a/templates/tweet.hbs +++ b/templates/tweet.hbs @@ -12,13 +12,13 @@ @{{user.screen_name}} - {{#if quoted_status_id_str}}{{#with tweets[quoted_status_id_str]}} + {{#if this.quoted_status_id_str}}{{#with tweets[quoted_status_id_str]}}
{{{user.name_html}}} @{{user.screen_name}} - {{#if quoted_status_id_str}}{{#with tweets[quoted_status_id_str]}} + {{#compare this.quoted_status_id_str '!=' this.id_str}}{{#with tweets[quoted_status_id_str]}}
{{{user.name_html}}} @@ -28,7 +28,7 @@
{{else}}
Quoted Tweet Unavailable
- {{/with}}{{/if}} + {{/with}}{{/compare}}
{{{html}}}
{{else}}