Fixed finance module to work with bootstrap design.
This commit is contained in:
parent
16de9124fe
commit
0236fb5a60
55 changed files with 440 additions and 486 deletions
|
|
@ -2,11 +2,9 @@
|
|||
%table.table.table-striped
|
||||
%thead
|
||||
%tr
|
||||
%th{class: sort_td_class_helper(:supplier)}
|
||||
= sort_link_helper "Lieferantin", "supplier"
|
||||
%th= sort_link_helper "Lieferantin", "supplier"
|
||||
%th Start
|
||||
%th{class: sort_td_class_helper(:ends)}
|
||||
= sort_link_helper "Ende", "ends"
|
||||
%th= sort_link_helper "Ende", "ends"
|
||||
%th Status
|
||||
%th{:colspan => "2"}
|
||||
%tbody
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue