Sha256: 476744d264c56077914f27732a4dd55b60d5b70ccdc885bc2b492c30ee6c55cc

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 Bytes

Contents

= form_for @item, :as => :item, :layout => :horizontal, :remote => !@item.new_record?, :control_col => "col-sm-5", html: {class: "edit-mailing-template-form"} do |f|
  = hidden_field_tag :edited_container, "template"
  - if @item.generic_mailer?
    = render partial: "form_template_generic", locals: {f: f}
  - else
    = render partial: "form_template_mailer", locals: {f: f}
  = f.buttons :save, :cancel

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maily_herald-webui-0.9.0 app/views/maily_herald/webui/mailings/_template_form.html.haml
maily_herald-webui-0.8.0 app/views/maily_herald/webui/mailings/_template_form.html.haml