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.
|
<%= form_for @co_author, url: desktop_co_author_path(@co_author) do |f| %>
|
|
<%= render partial: 'desktop/co_authors/form', locals: {:f => f} %>
|
|
<% end %>
|