Modified sort_link helper method to allo non ajax links.
This commit is contained in:
parent
45c7e29ebb
commit
8fb4334610
3 changed files with 17 additions and 9 deletions
|
|
@ -7,9 +7,9 @@
|
|||
%thead
|
||||
%tr
|
||||
%th[sort_td_class_helper "name"]{:colspan => "1"}
|
||||
= sort_link_helper "Artikel", "name", 1000, "new"
|
||||
= sort_link_helper "Artikel", "name", :action => "new", :remote => false
|
||||
%th[sort_td_class_helper "order_number"]
|
||||
= sort_link_helper "Nr.", "order_number", 1000, "new"
|
||||
= sort_link_helper "Nr.", "order_number", :action => "new", :remote => false
|
||||
%th Menge
|
||||
%th GebGr * Einheit
|
||||
%th Netto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue