Fixed articles views.
This commit is contained in:
parent
fd361090b4
commit
f30e57dd49
18 changed files with 159 additions and 153 deletions
|
|
@ -2,10 +2,10 @@
|
|||
%table.table.table-striped
|
||||
%thead
|
||||
%tr
|
||||
%th[sort_td_class_helper("supplier")]
|
||||
%th{class: sort_td_class_helper(:supplier)}
|
||||
= sort_link_helper "Lieferantin", "supplier"
|
||||
%th Start
|
||||
%th[sort_td_class_helper("ends")]
|
||||
%th{class: sort_td_class_helper(:ends)}
|
||||
= sort_link_helper "Ende", "ends"
|
||||
%th Status
|
||||
%th{:colspan => "2"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue