Skip to content

Commit

Permalink
fix variable name that metioned in the video (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-land authored and mike-north committed Aug 19, 2018
1 parent 3bcd65f commit dbf3314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/customers/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<p>
<b>Contact Name:</b> {{c.contactname}}
<br>
<b>Placed: </b> {{or c.numorders "??"}} orders
<b>Placed: </b> {{or c.ordercount "??"}} orders
</p>
</a>
</li>
{{else}}
<li>No customers</li>
{{/each}}
</ul>
</div>
</div>

0 comments on commit dbf3314

Please sign in to comment.