FIX: don't display category for PMs
This commit is contained in:
parent
226a197335
commit
662845f8be
|
@ -28,10 +28,12 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<h1>
|
<h1>
|
||||||
<span class="private-message-glyph"><i class='fa fa-envelope'></i></span>
|
<span class="private-message-glyph"><i class='fa fa-envelope'></i></span>
|
||||||
{{#if category.parentCategory}}
|
{{#unless isPrivateMessage}}
|
||||||
{{bound-category-link category.parentCategory}}
|
{{#if category.parentCategory}}
|
||||||
{{/if}}
|
{{bound-category-link category.parentCategory}}
|
||||||
{{bound-category-link category}}
|
{{/if}}
|
||||||
|
{{bound-category-link category}}
|
||||||
|
{{/unless}}
|
||||||
{{#if details.loaded}}
|
{{#if details.loaded}}
|
||||||
{{topic-status topic=model}}
|
{{topic-status topic=model}}
|
||||||
<a href='{{unbound url}}' {{action jumpTop}}>
|
<a href='{{unbound url}}' {{action jumpTop}}>
|
||||||
|
|
Loading…
Reference in New Issue