Skip to content

Instantly share code, notes, and snippets.

@ordinaryzelig
Created April 8, 2013 23:17
Show Gist options
  • Save ordinaryzelig/5341420 to your computer and use it in GitHub Desktop.
Save ordinaryzelig/5341420 to your computer and use it in GitHub Desktop.
%form(action="https://www.berlinlinienbus.de/affiliate/affiliate_booking.php" method="post" id="form" accept-charset="utf-8")
= hidden_field_tag :departure, trip.dep.remote_handle[0,5]
= hidden_field_tag :destination, trip.arr.remote_handle[0,5]
= hidden_field_tag :ticket_art, 'TNT'
= hidden_field_tag :date, time.strftime( "%Y-%m-%d" )
= hidden_field_tag :time, time.strftime( "%H:%M" )
= hidden_field_tag :curr_lang, 'de'
= hidden_field_tag 'partner_ID', 'mVya2VocnNtaXR0ZWx2ZXJnbGVpY2g2NDgw'
= javascript_tag do
$('#form').submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment