Differences From Artifact [806c88c01c]:
- File view/tweet.tpl — part of check-in [d228cd7fcb] at 2020-12-28 23:42:22 on branch trunk — vastly improve the setup process (user: lexi, size: 275) [annotate] [blame] [check-ins using]
To 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]
1 -<div class="post"> 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 8 <a class="permalink" href="@permalink">@when</a> 9 9 </div>