discourse/app/assets/javascripts/wizard/templates/components/popular-themes.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
175 B
Handlebars
Raw Normal View History

{{#each popular_components as |theme|}}
<a class="popular-theme-item" href={{theme.meta_url}} rel="noopener noreferrer" target="_blank">
{{theme.name}}
</a>
{{/each}}