src/templates/rich_tweet.html
author hamidouk
Fri, 25 Nov 2011 10:24:20 +0100
branchpopcorn-port
changeset 327 f20d0807a5ea
parent 298 eccdc619ede3
permissions -rw-r--r--
deactivated a non-passing test while looking for a way to make it work (involves maybe mocking a popcorn object).

{{! template of a 'rich' tweet displayed by the tweetsWidget 
    It's used only when we have access to the twitter api data (normally stored into
    dc:source.content)
}}

<div class='Ldt-tweet_tweetContents'>{{{ contents }}}</div>
<div class='Ldt-tweet_date'>{{ date }}</div>