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

5 lines
180 B
Plaintext
Raw Normal View History

2012-12-05 09:49:41 +00:00
<%= f.text_field :relation %>
<%= f.submit "Save" %>
2012-12-05 10:58:43 +00:00
<% if not @co_author_relation.new_record? %>
<%= submit_tag "Cancel", :type => "button", class: "bt-cancel-type" %>
<% end %>