v0.0.6
+ Запросы объеденины в соответствующие модули + Оптимизация кода
This commit is contained in:
parent
ab4b8c6bad
commit
2ba510adac
23 changed files with 462 additions and 530 deletions
16
views/list_number_groups.dt
Normal file
16
views/list_number_groups.dt
Normal file
|
@ -0,0 +1,16 @@
|
|||
div#accordion-numbers
|
||||
- foreach (group; listGroups)
|
||||
h3 #{group.comment}
|
||||
div.group-content(data-group-name='#{group.name}')
|
||||
table
|
||||
thead.head
|
||||
tr
|
||||
th Номер
|
||||
th Список
|
||||
th Общие звонки
|
||||
th Белые звонки
|
||||
th Черные звонки
|
||||
th Комментарий
|
||||
div.body-rows
|
||||
table
|
||||
tbody.body
|
Loading…
Add table
Add a link
Reference in a new issue