Fixed small html error

This commit is contained in:
Dan Elbert 2016-03-23 16:42:15 -05:00
parent 5f20e04b79
commit 9994560807

View File

@ -89,12 +89,12 @@
</div>
<div class="panel-body">
<table class="table">
<thread>
<thead>
<tr>
<th>Item</th>
<th>Total</th>
</tr>
</thread>
</thead>
<tr>
<td>Calories</td>
<td><%= @recipe.nutrition_data.kcal %></td>