Orbit/app/views/desktop/co_author_relations/index.html.erb

17 lines
283 B
Plaintext

<h1>Listing co_author_relations</h1>
<%= render 'form' %>
<table id="co_author_relation_table">
<thead>
<tr>
<th>Relation</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<%= render :partial => 'show_form', :collection => @co_author_relations %>
</tbody>
</table>