Добавил view для курса

This commit is contained in:
Никита Потапов 2024-04-30 12:36:39 +04:00
parent 60a1766001
commit fe34350e5b

View File

@ -3,3 +3,25 @@
*@ *@
@{ @{
} }
<div>
<table>
<thead>
<tr>
<th scope="col">ID</th>
<th scope="col">DaysCount</th>
<th scope="col">PillsPerDay</th>
<th scope="col">Comment</th>
<th scope="col">Recipe</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>12</td>
<td>3</td>
<td>Очень хороший курс приема</td>
<td>Рецепт отличный</td>
</tr>
</tbody>
</table>
</div>