discourse/templates/twitterstatus.mustache
Buddy 7b8ff42850 Put tweet body in a tag of its own.
This will allow a css rule to set `white-space: pre-wrap;` on just the tweet text, displaying it correctly.
2015-02-09 23:15:28 +13:00

12 lines
219 B
Text
Vendored

{{#avatar}}<img src="{{avatar}}" class="thumbnail">{{/avatar}}
<h4>
<a href='{{link}}'>
{{title}}
</a>
</h4>
<p>{{{tweet}}}</p>
<div class='date'>
<a href="{{link}}" target="_blank">{{timestamp}}</a>
</div>