This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-11-22 02:49:54 +00:00
|
|
|
<%= form_for @co_author, html: { multipart: true ,"form-type"=>"ajax_form", "callback-method"=>"coAuthorformCallback"} , url: desktop_co_author_path(@co_author) do |f| %>
|
2012-11-20 17:56:30 +00:00
|
|
|
<%= render partial: 'desktop/co_authors/form', locals: {:f => f} %>
|
|
|
|
<% end %>
|