Files
danbooru/app/views/dmails/_form.html.erb

8 lines
290 B
Plaintext

<%= simple_form_for(dmail) do |f| %>
<%= f.input :to_name, :label => "To" %>
<%= f.input :title, :as => :string %>
<%= dtext_field "dmail", "body" %>
<%= f.button :submit, "Send", :data => { :disable_with => "Sending..." } %>
<%= dtext_preview_button "dmail", "body" %>
<% end %>