Displaying 1 result from an estimated 1 matches for "add_contributor_project_path".
2008 Jul 23
0
Link_to_remote object missing
...", :class =>
''icon'') %>
<%= link_to_remote image_tag(''cross.png'', :alt =>
''Cancel''), :url => cancel_edit_project_path, :method => :get %>
</p>
<% end %>
<% form_remote_for(:project, :url =>
add_contributor_project_path(@project), :html => { :method => :put })
do |f| %>
<h4>Contributors</h4> Add contributor <%= text_field_tag ''contributor''
%> <%= image_submit_tag(''add.png'', :class => ''icon'') %>
<% end %>
<%= render :...