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>
<div class="panel-body"> <div class="panel-body">
<table class="table"> <table class="table">
<thread> <thead>
<tr> <tr>
<th>Item</th> <th>Item</th>
<th>Total</th> <th>Total</th>
</tr> </tr>
</thread> </thead>
<tr> <tr>
<td>Calories</td> <td>Calories</td>
<td><%= @recipe.nutrition_data.kcal %></td> <td><%= @recipe.nutrition_data.kcal %></td>