0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-10-18 20:02:38 +02:00
discourse-custom-wizard/assets/javascripts/discourse/templates/components/custom-wizard-similar-topic.hbs

6 Zeilen
Kein EOL
238 B
Handlebars

<a href={{topic.url}} target="_blank" rel="noopener noreferrer">
<span class="title">{{html-safe topic.fancy_title}}</span>
<div class="blurb"><RelativeDate @date={{@topic.created_at}} />
-
{{html-safe topic.blurb}}</div>
</a>