Also put the envelope glyph beside topic title edit form for private messages

This commit is contained in:
Neil Lalonde 2014-02-26 18:01:59 -05:00
parent 7322345039
commit d15d5e2525
1 changed files with 4 additions and 2 deletions

View File

@ -12,9 +12,11 @@
{{/if}}
{{#if editingTopic}}
{{#unless isPrivateMessage}}
{{#if isPrivateMessage}}
<span class="private-message-glyph"><i class='fa fa-envelope'></i></span>
{{else}}
{{categoryChooser valueAttribute="id" value=newCategoryId source=category_id}}
{{/unless}}
{{/if}}
{{textField id='edit-title' value=newTitle}}
<button class='btn btn-primary btn-small' {{action finishedEditingTopic}}><i class='fa fa-check'></i></button>