Skip to content

Commit

Permalink
add table detail product lot
Browse files Browse the repository at this point in the history
  • Loading branch information
gretelcanasa committed Nov 25, 2016
1 parent 0cd3385 commit 2ce889f
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
h1 Detail Product Lot Component Gretel
h1 Detail Lot

<div>
<table border="1">
<tr>
<td>Cod</td>
<td>Producto</td>
</tr>
<tr>
<td>01</td>
<td>Coca-cola</td>
</tr>
<tr>
<td>02</td>
<td>Fanta</td>
</tr>

</table>
</div>

0 comments on commit 2ce889f

Please sign in to comment.