Orbit/app/views/desktop/co_authors/new.html.erb

4 lines
144 B
Plaintext

<%= form_for @co_author, url: desktop_co_authors_path do |f| %>
<%= render partial: 'desktop/co_authors/form', locals: {:f => f} %>
<% end %>