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

4 lines
155 B
Plaintext

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