orbit-basic/app/views/desktop/co_author_relations/_form.html.erb

5 lines
226 B
Plaintext

<%= form_for(@new_relation , url: desktop_co_author_relations_path, html:{"form-type"=>"ajax_form", "callback-method"=>"coauthorRelationForm"} ) do |f| %>
<%= f.text_field :relation %>
<%= f.submit "Save" %>
<% end %>