Sha256: 37d6bf1164515c8e2dcc95ad1cc23ff7b2d37b50e34e1f6e2796884aa8a95bcf

Contents?: true

Size: 293 Bytes

Versions: 5

Compression:

Stored size: 293 Bytes

Contents

<%= simple_form_for @template, wrapper: :default do |f| %>
    <%= f.input :name %>
    <%= f.input :to %>
    <%= f.input :cc %>
    <%= f.input :subject %>
    <%= f.input :body, :as => :ckeditor, :input_html => { :ckeditor => {:toolbar => 'mini'} } %>
    <%= f.button :submit %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rooler-0.0.5 app/views/rooler/templates/_form.html.erb
rooler-0.0.4 app/views/rooler/templates/_form.html.erb
rooler-0.0.3 app/views/rooler/templates/_form.html.erb
rooler-0.0.2 app/views/rooler/templates/_form.html.erb
rooler-0.0.1 app/views/rooler/templates/_form.html.erb