mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
DEV: Drop legacy topic-list and raw-handlebars compilation system (#32081)
This commit is contained in:
@ -31,9 +31,5 @@
|
||||
</StyleguideExample>
|
||||
|
||||
<StyleguideExample @title="<TopicListItem> - latest" class="half-size">
|
||||
{{#if this.site.useGlimmerTopicList}}
|
||||
<TopicList::LatestTopicListItem @topic={{@dummy.topic}} />
|
||||
{{else}}
|
||||
<LatestTopicListItem @topic={{@dummy.topic}} />
|
||||
{{/if}}
|
||||
<TopicList::LatestTopicListItem @topic={{@dummy.topic}} />
|
||||
</StyleguideExample>
|
Reference in New Issue
Block a user