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

6 lines
207 B
Plaintext

<% if not @co_author_relation.new_record? %>
<%= submit_tag "Cancel", :type => "button", class: "bt-cancel ini_input hp hh2 thmadm thmtxt" %>
<% end %>
<%= f.text_field :relation %>
<%= f.submit "Save" %>