2012-12-03 04:10:45 +00:00
|
|
|
<h1>Listing co_author_relations</h1>
|
|
|
|
|
2012-12-05 03:46:25 +00:00
|
|
|
<%= submit_tag "Back", :type => "button", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
|
2012-12-05 09:49:41 +00:00
|
|
|
<%= render 'new' %>
|
2012-12-03 04:10:45 +00:00
|
|
|
|
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>
|
2012-12-05 07:09:58 +00:00
|
|
|
<%= render :partial => 'show_form'%>
|
2012-12-03 07:44:26 +00:00
|
|
|
</tbody>
|
2012-12-03 04:10:45 +00:00
|
|
|
</table>
|