<%= form_for(@note,:url => active_metadata_update_note_path(@document.class,@document.id,@note.label,@note.id)) do |f| %> <% if @document.errors.any? %>

<%= pluralize(@note.errors.count, "error") %> prohibited this document from being saved:

<% end %>
<%= f.label :note %>
<%= f.text_field :note %>
<%= f.submit %>
<% end %>