Files
danbooru/app/views/dmails/_form.html.erb
2011-10-21 17:45:49 -04:00

8 lines
230 B
Plaintext

<%= simple_form_for(dmail) do |f| %>
<%= f.input :to_name, :label => "To" %>
<%= f.input :title %>
<%= dtext_field "dmail", "body" %>
<%= f.button :submit, "Send" %>
<%= dtext_preview_button "dmail", "body" %>
<% end %>