Sha256: fc3288d1d63f7228f69b8f7c80088c44c879145e5c9c6cc9835a6762cb6772d2
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 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 %> <h3>Liquid Methods</h3> <%= render_tree(@template.liquid_method_tree).html_safe %> <h4>Helper Methods</h4> <%= Rooler::LiquidFilters.instance_methods.to_sentence %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rooler-0.0.11 | app/views/rooler/templates/_form.html.erb |
rooler-0.0.10 | app/views/rooler/templates/_form.html.erb |
rooler-0.0.9 | app/views/rooler/templates/_form.html.erb |