Add envelope glyph to private message topic titles
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
<a {{bind-attr class=":star topic.starred:starred"}} {{action toggleStar}} href='#' {{bind-attr title="topic.starTooltip"}}></a>
|
||||
{{/if}}
|
||||
<h1>
|
||||
{{#if topic.isPrivateMessage}}
|
||||
<span class="private-message-glyph"><i class='fa fa-envelope'></i></span>
|
||||
{{/if}}
|
||||
{{#if topic.category.parentCategory}}
|
||||
{{boundCategoryLink topic.category.parentCategory}}
|
||||
{{/if}}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<button class='btn btn-small' {{action cancelEditingTopic}}><i class='fa fa-times'></i></button>
|
||||
{{else}}
|
||||
<h1>
|
||||
<span class="private-message-glyph"><i class='fa fa-envelope'></i></span>
|
||||
{{#if category.parentCategory}}
|
||||
{{boundCategoryLink category.parentCategory}}
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user