Listing co_author_relations
<%= submit_tag "Back", :type => "button", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
<%= render 'form' %>
Relation |
|
|
<% @co_author_relations.each do |co_author_relation| %>
<%= render :partial => 'show_form', locals: {:co_author_relation => co_author_relation} %>
<% end %>