Sha256: 87d0e458475fcd6e26a6abf45467f32014b56ff93246d2f2af34519c8912d0b1

Contents?: true

Size: 282 Bytes

Versions: 5

Compression:

Stored size: 282 Bytes

Contents

.field
  = f.label :name, nil, :class => :req
  = f.text_field :name
.field
  = f.label :from_email
  = f.text_field :from_email
.field
  = f.label :subject, nil, :class => :req
  = f.text_field :subject
.field
  = f.label :text_body, nil, :class => :req
  = f.text_area :text_body

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
e9_crm-0.1.10 app/views/e9_crm/email_templates/_form_inner.html.haml
e9_crm-0.1.8 app/views/e9_crm/email_templates/_form_inner.html.haml
e9_crm-0.1.7 app/views/e9_crm/email_templates/_form_inner.html.haml
e9_crm-0.1.6 app/views/e9_crm/email_templates/_form_inner.html.haml
e9_crm-0.1.5 app/views/e9_crm/email_templates/_form_inner.html.haml