mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat(server): styling financial reports
This commit is contained in:
@@ -3,7 +3,7 @@ block head
|
||||
include ../../css/modules/financial-sheet.css
|
||||
|
||||
style.
|
||||
#{customCSS}
|
||||
!{customCSS}
|
||||
|
||||
block content
|
||||
.sheet
|
||||
@@ -16,9 +16,9 @@ block content
|
||||
thead
|
||||
tr
|
||||
each column in table.columns
|
||||
th(style=column.style)= column.label
|
||||
th(style=column.style class='column--' + column.key)= column.label
|
||||
tbody
|
||||
each row in table.rows
|
||||
tr(class=row.classNames)
|
||||
each cell in row.cells
|
||||
td!= cell.value
|
||||
td(class='cell--' + cell.key)!= cell.value
|
||||
Reference in New Issue
Block a user