Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <%= link_to "Generate History", "...", data: {confirm: alert_msg},
  2. :remote => true,
  3. :onclick => "if(confirm("#{alert_msg}")){$(this).replaceWith('<div>Generating new data. Please, wait...</div>');}" %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement