Skip to content

Instantly share code, notes, and snippets.

@PallaviTS
Created October 2, 2013 07:51
Show Gist options
  • Save PallaviTS/6790347 to your computer and use it in GitHub Desktop.
Save PallaviTS/6790347 to your computer and use it in GitHub Desktop.
=form_for @navigation_link, :url => admin_site_map_pages_path , method: :post ,remote: true do | f |
= f.text_field :title
%pre= @navigation_link_title.inspect
= f.submit t("buttons.save"), disable_with: t('text.please_wait')
%pre= @navigation_link.inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment