Guest User

Untitled

a guest
Jul 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. page.replace_html :toggle_show_stats_button,
  2. link_to((@team.name? ? 'Hide' : 'Show') + ' Stats for Team', toggle_show_stats_path(@team, @team.current_season), :class => 'button', :remote => true)
Add Comment
Please, Sign In to add comment