Fixed small html error
This commit is contained in:
parent
5f20e04b79
commit
9994560807
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user