Skip to content

Instantly share code, notes, and snippets.

@oki
Created September 13, 2013 11:57
Show Gist options
  • Save oki/6549739 to your computer and use it in GitHub Desktop.
Save oki/6549739 to your computer and use it in GitHub Desktop.
%h5 Formularz
%pre
- form_url = lead_form_url(host: AppConfig.app.hostname)
- form_html_code = render(partial: 'order_form', locals: { form_url: form_url, form_key: @landing_page_form.key })
%code
- quote_me = ''
- quote_me << form_html_code
= quote_me
%p
= form_html_code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment