style fixes

This commit is contained in:
albert
2011-10-17 00:39:22 -04:00
parent d20f1ee0a4
commit f630365c3b
5 changed files with 11 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<%= simple_form_for(dmail) do |f| %>
<%= f.input :to_name, :label => "To" %>
<%= f.input :title %>
<%= f.input :body, :html_options => {:size => "50x25"} %>
<%= f.input :body, :input_html => {:size => "50x25"} %>
<%= f.button :submit, "Send" %>
<%= submit_tag "Preview", :id => "preview-button" %>
<% end %>