fixed some functional tests

This commit is contained in:
albert
2011-01-22 17:04:57 -05:00
parent c5a9067e72
commit 0cfaed90f8
3 changed files with 1 additions and 93 deletions

View File

@@ -2,8 +2,6 @@
</div>
<%= simple_form_for(dmail) do |f| %>
<%= hidden_field_tag "dmail[parent_id]", dmail.parent_id || dmail.id, :id => "dmail_parent_id" %>
<%= f.input :to_name, :label => "To" %>
<%= f.input :title %>
<%= f.input :body, :html_options => {:size => "50x25"} %>