Fixed encoding issues with ruby > 1.9.2..
This commit is contained in:
parent
ad508b207b
commit
4a8e286d98
18 changed files with 29 additions and 40 deletions
|
|
@ -6,7 +6,7 @@
|
|||
%table{:class => "ordered_articles", :style => "clear:both"}
|
||||
%thead
|
||||
%tr
|
||||
%th[sort_td_class_helper "name"]{:colspan => "1"}
|
||||
%th[sort_td_class_helper("name")]{:colspan => "1"}
|
||||
= sort_link_helper "Artikel", "name", :action => "new", :remote => false
|
||||
%th[sort_td_class_helper "order_number"]
|
||||
= sort_link_helper "Nr.", "order_number", :action => "new", :remote => false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue