Displaying 1 result from an estimated 1 matches for "searchteam".
Did you mean:
searchterm
2009 Jul 02
7
Params Merge and URL sorting/pagination
...direction == "asc" ? image = "up.gif" : image = "down.gif"
(link_to image_tag(image, :border=>0, :alt => direction),
:controller => controller.controller_name, :numteams => (@showall ? 120
: nil), :orderby => title, :sortby => direction) if !@searchteams
end
# adds a button to show all teams on tables based on controller name
called.
def show_all_teams
(link_to "Show All Teams", :controller =>
controller.controller_name, :numteams => 120, :orderby => ''rank'',
:sortby => ''asc'') if !@...