Created
February 27, 2010 20:02
-
-
Save JonasNielsen/316911 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- remote_form_for :topic, :url => topics_path(:topic), :html => {:id => 'topic_form'} do |f| | |
= f.hidden_field :slideshow_id, :value => slideshow_id | |
= f.label :title | |
= f.text_field :title | |
%br/ | |
= f.submit 'Add Topic' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment