<%= form_remote_tag :url => {:action => 'create'}, :html => {:id => 'new_repository_form'} %>
Tell us about your repository <%= text_field_tag 'repository_url' %>

<%= submit_tag "Add repository", :id => "add_repository_button" %>

<%= end_form_tag %>