Listing co_author_relations

<%= render 'form' %> <% @co_author_relations.each do |co_author_relation| %> <% end %>
Relation
<%= co_author_relation.relation %> <%= link_to 'Destroy', desktop_co_author_relation_path(co_author_relation), confirm: 'Are you sure?', method: :delete %>