mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 16:19:31 +08:00
a24f51278a
* DEV: enforces link-rel-noopener linting rule * oops * better syntax
6 lines
166 B
Handlebars
6 lines
166 B
Handlebars
{{#each popular_components as |theme|}}
|
|
<a class="popular-theme-item" href="{{theme.meta_url}}" rel="noopener" target="_blank">
|
|
{{theme.name}}
|
|
</a>
|
|
{{/each}}
|