Feedback: <%= help_link('flags') %>


We appreciate your feedback on entry <%= @resource.name %>.

Our curation team will review your comments and update the entry.

<% if not current_user %> Your comment will be submitted as anonymous. Please <%= link_to 'Create New Account', :controller => 'account', :action => 'signup' %> and <%= link_to 'Login', :controller => 'account', :action => 'login' %> to your account to provide your name with the comment. <% end %>

<%= error_messages_for 'flag' %> <% form_for :flag, @newflag, :url => {:controller=>'resource', :action => 'flag', :id => @resource } do |f| %> <%= f.text_area :comment , :rows => 6, :cols => 85 %>
<% # FIX - hidden field?? how does this work? %> <%= submit_tag 'Send Comment' %> <% end %>