diff options
-rw-r--r-- | app/views/request/_followup.rhtml | 2 | ||||
-rw-r--r-- | todo.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/app/views/request/_followup.rhtml b/app/views/request/_followup.rhtml index c60db8ff3..8ea7b4877 100644 --- a/app/views/request/_followup.rhtml +++ b/app/views/request/_followup.rhtml @@ -37,7 +37,7 @@ </p> <% end %> - <% form_for(:outgoing_message, @outgoing_message) do |o| %> + <% form_for(:outgoing_message, @outgoing_message, :url => incoming_message.nil? ? show_response_no_followup_url(:id => @info_request.id) : show_response_url(:id => @info_request.id, :incoming_message_id => incoming_message.id)) do |o| %> <p> <%= o.text_area :body, :rows => 10, :cols => 55 %> </p> @@ -1,3 +1,6 @@ +XXX + Fix up that shows last resend as message? + Site move: Install PostgresSQL 8.3 Move database |