Displaying 1 result from an estimated 1 matches for "cancel_edit_project_path".
2008 Jul 23
0
Link_to_remote object missing
...:target_date, :time =>
false %>
<%= image_submit_tag(''accept.png'', :alt => "Update", :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''
%>...