Sha256: a64b26bbeec3440591b2300cdffb0db9875fbb67b524235749cd8bb27a838db8

Contents?: true

Size: 258 Bytes

Versions: 17

Compression:

Stored size: 258 Bytes

Contents

= simple_form_for email_template, url: email_template_form_url(email_template) do |f|
  = f.input :subject
  = f.input :slug, disabled: true
  = f.input :from
  = f.input :cc
  = f.input :bcc
  = f.input :body, input_html: { rows: 10 }

  = f.button :submit

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
effective_email_templates-0.6.1 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.6.0 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.5.1 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.5.0 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.4.6 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.4.5 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.4.4 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.4.3 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.4.2 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.4.1 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.4.0 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.3.5 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.3.4 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.3.3 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.3.1 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.3.0 app/views/admin/email_templates/_form.html.haml
effective_email_templates-0.2.8 app/views/admin/email_templates/_form.html.haml