Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-24 10:20:28 +01:00
6 Zeilen
253 B
Handlebars
6 Zeilen
253 B
Handlebars
|
<a href={{this.topic.url}} target="_blank" rel="noopener noreferrer">
|
||
|
<span class="title">{{html-safe this.topic.fancy_title}}</span>
|
||
|
<div class="blurb"><RelativeDate @date={{@topic.created_at}} />
|
||
|
-
|
||
|
{{html-safe this.topic.blurb}}</div>
|
||
|
</a>
|