Добавил view для курса
This commit is contained in:
parent
60a1766001
commit
fe34350e5b
@ -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>
|
Loading…
Reference in New Issue
Block a user