Добавил колонку с действиями

parent 7d0e4d39
......@@ -15,6 +15,7 @@
<th scope="col">Category</th>
<th scope="col">Amount</th>
<th scope="col">Brand</th>
<th scope="col">Actions:</th>
</tr>
</thead>
<tbody>
......@@ -26,6 +27,7 @@
<td>@product.Category</td>
<td>@product.Amount</td>
<td>@product.Brand</td>
<td><a href="/Product/Details/@product.Id" class="btn btn-sm btn-link">Show</a></td>
</tr>
}
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment