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

18 lines
334 B
Plaintext

<h1>Listing co_author_relations</h1>
<%= submit_tag "Back", :type => "button", class: "bt-cancel fn_btn hh2 thmc2 thmtxt" %>
<%= render 'new' %>
<table id="co_author_relation_table">
<thead>
<tr>
<th>Relation</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<%= render :partial => 'show_form'%>
</tbody>
</table>