Differences From Artifact [e117899db4]:
- File view/tweet.tpl — part of check-in [24ec409083] at 2021-01-01 04:33:10 on branch trunk — add live updates, system to only update when necessary almost works (user: lexi, size: 280) [annotate] [blame] [check-ins using]
To Artifact [aefe28dd4e]:
- File view/tweet.tpl — part of check-in [78b0198f09] at 2021-01-04 06:44:13 on branch trunk — add likes, retweets, and iterate on a whole bunch of other shit (user: lexi, size: 288) [annotate] [blame] [check-ins using]
1 1 <div class="post"@attr> 2 2 <div class="avatar"><img src="@:avatar"></div> 3 3 <a class="username" href="/@:acctlink">@nym</a> 4 4 <div class="content"> 5 5 <div class="subject">@!subject</div> 6 6 <div class="text">@text</div> 7 7 </div> 8 + @stats 8 9 <a class="permalink" href="@permalink">@when</a> 9 10 </div>