search for: new_req

Displaying 1 result from an estimated 1 matches for "new_req".

Did you mean: new_res
2008 Aug 01
1
parameters
<% for post in @posts %> <%= link_to_remote "Edit", :url => { :controller => "threads", :action => :new_req }, :with => "''description=#{post.description}''" <% end %> When I make a post with the form and enter a description like such: Description text_area: this is a description that has linebreaks, or... at least, I have pressed enter several times. It can save fi...