FIX: Missing `model` binding
This commit is contained in:
parent
3fb1c21dd5
commit
1163c086a3
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
{{#if model.postStream.loaded}}
|
{{#if model.postStream.loaded}}
|
||||||
{{#if model.postStream.firstPostPresent}}
|
{{#if model.postStream.firstPostPresent}}
|
||||||
{{#topic-title cancelled="cancelEditingTopic" save="finishedEditingTopic"}}
|
{{#topic-title cancelled="cancelEditingTopic" save="finishedEditingTopic" model=model}}
|
||||||
{{#if editingTopic}}
|
{{#if editingTopic}}
|
||||||
{{#if model.isPrivateMessage}}
|
{{#if model.isPrivateMessage}}
|
||||||
<span class="private-message-glyph">{{fa-icon "envelope"}}</span>
|
<span class="private-message-glyph">{{fa-icon "envelope"}}</span>
|
||||||
|
|
Loading…
Reference in New Issue