% if @co_author.errors.any? %>
<%= pluralize(@co_author.errors.count, "error") %> prohibited this user from being saved:
<% @co_author.errors.full_messages.each do |msg| %>
- <%= msg %>
<% end %>
<% end %>
<%= button_tag "Save", name: "commit", value: "Save", class: "fn_btn hh2 thmc2 thmtxt" %>
<%= button_tag "Cancel", name: "commit", value: "Cancel", class: "fn_btn hh2 thmc2 thmtxt" %>
-
<%= f.label :co_author %>
<%= f.text_field :co_author %>
-
<%= f.label :email %>
<%= f.text_field :email %>
-
<%= f.label :type%>