(warning: editing this will break URLs right now)
<%= text_field 'info_request', 'title', :size => 50 %>
(whether is shown in lists of requests or not)
<%= select( 'info_request', "prominence", { "normal" => "normal", "backpage" => "backpage"}) %>
<%= select('info_request', "awaiting_description", [["Yes",true],["No",false]]) %>
<%= select( 'info_request', "described_state",
[
'waiting_response',
'waiting_clarification',
'not_held',
'rejected',
'successful',
'partially_successful',
'requires_admin',
]) %>
<%= submit_tag 'Save' %>
Note: To edit the actual request body text, click edit next to the specific outgoing message.
<% end %><%= link_to 'Show', '../show/' + @info_request.id.to_s %> | <%= link_to 'List all', '../list' %>