Skip to content

Commit

Permalink
FIX: Missing model binding
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Jul 11, 2017
1 parent 3fb1c21 commit 1163c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse/templates/topic.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{{#if model.postStream.loaded}}
{{#if model.postStream.firstPostPresent}}
{{#topic-title cancelled="cancelEditingTopic" save="finishedEditingTopic"}}
{{#topic-title cancelled="cancelEditingTopic" save="finishedEditingTopic" model=model}}
{{#if editingTopic}}
{{#if model.isPrivateMessage}}
<span class="private-message-glyph">{{fa-icon "envelope"}}</span>
Expand Down

0 comments on commit 1163c08

Please sign in to comment.