Sha256: 6c3fa510d816282efcbecd65b058c56ac5824fe82cca1980efe18d8c86ed5f15

Contents?: true

Size: 448 Bytes

Versions: 4

Compression:

Stored size: 448 Bytes

Contents

      <p><label for="email_template_name" class="desc">Template Name</label>
        <%= f.text_field :name, :class => "text", :size => 93 %></p>

      <p><label for="email_template_subject" class="desc">Subject</label>
        <%= f.text_field :subject, :class => "text", :size => 93 %></p>

      <p><label for="email_template_content" class="desc">Content</label>
        <%= f.text_area :content, :rows => 25, :cols => 80, :class => "text" %>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
fe-1.0.0 app/views/fe/admin/email_templates/_form.html.erb
fe-0.0.4 app/views/fe/admin/email_templates/_form.html.erb
fe-0.0.3 app/views/fe/admin/email_templates/_form.html.erb
questionnaire-0.0.2 app/views/qe/admin/email_templates/_form.html.erb