mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 20:59:05 +08:00
FIX: Tags weren't showing up in Ember 2.4
This commit is contained in:
parent
3d76ce1421
commit
2a25136ecf
@ -0,0 +1,2 @@
|
||||
// Injections don't occur without a class
|
||||
export default Ember.Component.extend();
|
@ -53,7 +53,7 @@
|
||||
</h1>
|
||||
|
||||
{{#unless model.isPrivateMessage}}
|
||||
{{topic-category topic=model}}
|
||||
{{topic-category topic=model class="topic-category"}}
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user