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

5 lines
180 B
Plaintext

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