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

17 lines
283 B
Plaintext
Raw Normal View History

2012-12-03 04:10:45 +00:00
<h1>Listing co_author_relations</h1>
<%= render 'form' %>
2012-12-03 07:44:26 +00:00
<table id="co_author_relation_table">
<thead>
2012-12-03 04:10:45 +00:00
<tr>
<th>Relation</th>
<th></th>
<th></th>
</tr>
2012-12-03 07:44:26 +00:00
</thead>
<tbody>
<%= render :partial => 'show_form', :collection => @co_author_relations %>
</tbody>
2012-12-03 04:10:45 +00:00
</table>