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