mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-10 17:36:13 +08:00
This will allow a css rule to set `white-space: pre-wrap;` on just the tweet text, displaying it correctly.
12 lines
219 B
Text
Vendored
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>
|