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

6 Zeilen
224 B
Handlebars

2021-04-12 16:19:53 +02:00
<a href={{topic.url}} target="_blank" rel="noopener noreferrer">
<span class="title">{{html-safe topic.fancy_title}}</span>
2023-07-10 08:55:54 +02:00
<div class="blurb">{{date-node topic.created_at}}
-
{{html-safe topic.blurb}}</div>
</a>