<%= simple_form_for(@circulation_status, :validate => true) do |f| %> <%= f.error_notification %>
<%= f.label :name %>
<%= f.text_field :name %>
<%= f.label :display_name %>
<%= f.text_area :display_name %>
<%= f.label :note %>
<%= f.text_area :note %>
<%= f.submit %>
<% end %>