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-12-05 10:58:43 +00:00
|
|
|
<%= form_for(@co_author_relation, url: desktop_co_author_relation_path(@co_author_relation), html:{"form-type"=>"ajax_form", "callback-method"=>"coauthorRelationEditForm"} ) do |f| %>
|
2012-12-05 09:49:41 +00:00
|
|
|
<%= render partial: 'desktop/co_author_relations/form' , locals: {:f => f}%>
|
|
|
|
<% end %>
|