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

6 lines
294 B
Plaintext
Raw Normal View History

2012-12-05 22:12:25 +00:00
<%= f.text_field :relation, class: "ini_input" %>
<%= f.submit "Save", class: "ini_input hp hh2 thmtxt thmc2", style: "margin-left: 10px;" %>
2012-12-05 10:58:43 +00:00
<% if not @co_author_relation.new_record? %>
2012-12-05 22:12:25 +00:00
<%= submit_tag "Cancel", :type => "button", class: "bt-cancel-type ini_input hp hh2 thmtxt" %>
<% end %>